Searched refs:wait (Results 1 - 25 of 689) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dwait.h1 #include <sys/wait.h>
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_terminates.sh.cpp27 // Check that std::terminate is called if wait(...) fails to meet its post
32 // 1. void wait(Lock& lock);
33 // 2. void wait(Lock& lock, Pred);
50 // 5 From the main thread call the specified wait method on 'cv' with 'm'.
51 // When 'T2' notifies 'cv' and the wait method attempts to re-lock
54 // 6 Check that control flow does not return from the wait method and that
71 // The predicate used in the cv.wait calls.
105 while (mut.isLocked()) {} // wait until T1 releases mut inside the cv.wait call.
118 MS wait(25
[all...]
H A Dwait.pass.cpp17 // void wait(Lock& lock);
41 cv.wait(lk);
51 cv.wait(lk);
H A Ddestructor.pass.cpp44 cv->wait(m);
54 cv->wait(m);
H A Dwait_pred.pass.cpp17 // void wait(Lock& lock, Predicate pred);
50 cv.wait(lk, Pred(test2));
60 cv.wait(lk);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_terminates.sh.cpp27 // Check that std::terminate is called if wait(...) fails to meet its post
32 // 1. void wait(Lock& lock);
33 // 2. void wait(Lock& lock, Pred);
50 // 5 From the main thread call the specified wait method on 'cv' with 'm'.
51 // When 'T2' notifies 'cv' and the wait method attempts to re-lock
54 // 6 Check that control flow does not return from the wait method and that
71 // The predicate used in the cv.wait calls.
105 while (mut.isLocked()) {} // wait until T1 releases mut inside the cv.wait call.
118 MS wait(25
[all...]
H A Dwait.pass.cpp17 // void wait(Lock& lock);
41 cv.wait(lk);
51 cv.wait(lk);
H A Ddestructor.pass.cpp44 cv->wait(m);
54 cv->wait(m);
H A Dwait_pred.pass.cpp17 // void wait(Lock& lock, Predicate pred);
50 cv.wait(lk, Pred(test2));
60 cv.wait(lk);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait.pass.cpp16 // void wait(unique_lock<mutex>& lock);
36 cv.wait(lk);
46 cv.wait(lk);
H A Ddestructor.pass.cpp44 cv->wait(lk);
53 cv->wait(lk);
H A Dwait_pred.pass.cpp17 // void wait(unique_lock<mutex>& lock, Predicate pred);
46 cv.wait(lk, Pred(test2));
56 cv.wait(lk);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait.pass.cpp16 // void wait(unique_lock<mutex>& lock);
36 cv.wait(lk);
46 cv.wait(lk);
H A Ddestructor.pass.cpp44 cv->wait(lk);
53 cv->wait(lk);
H A Dwait_pred.pass.cpp17 // void wait(unique_lock<mutex>& lock, Predicate pred);
46 cv.wait(lk, Pred(test2));
56 cv.wait(lk);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py3 # reaped our child process. The wait() passing the OSError on to the caller
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
/prebuilts/gdb/linux-x86/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py3 # reaped our child process. The wait() passing the OSError on to the caller
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
H A Dbuild.py13 return not subprocess.Popen(cmd, stdout=None, stderr=None, env=env).wait()
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
H A Dbuild.py13 return not subprocess.Popen(cmd, stdout=None, stderr=None, env=env).wait()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py3 # reaped our child process. The wait() passing the OSError on to the caller
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py3 # reaped our child process. The wait() passing the OSError on to the caller
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.shared_future/
H A Dwait.pass.cpp17 // void wait() const;
53 f.wait();
56 f.wait();
67 f.wait();
70 f.wait();
81 f.wait();
84 f.wait();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
H A Dwait.pass.cpp17 // void wait() const;
53 f.wait();
56 f.wait();
67 f.wait();
70 f.wait();
81 f.wait();
84 f.wait();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.shared_future/
H A Dwait.pass.cpp17 // void wait() const;
53 f.wait();
56 f.wait();
67 f.wait();
70 f.wait();
81 f.wait();
84 f.wait();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
H A Dwait.pass.cpp17 // void wait() const;
53 f.wait();
56 f.wait();
67 f.wait();
70 f.wait();
81 f.wait();
84 f.wait();

Completed in 231 milliseconds

1234567891011>>