/third_party/boost/libs/thread/test/ |
D | condition_test_common.hpp | 19 unsigned woken; member 22 flag(false),woken(0) in wait_for_flag() 49 ++woken; in wait_without_predicate() 58 ++woken; in wait_with_predicate() 74 ++woken; in timed_wait_without_predicate() 83 ++woken; in timed_wait_with_predicate() 91 ++woken; in relative_timed_wait_with_predicate()
|
D | test_condition_notify_one.cpp | 32 BOOST_CHECK(data.woken); in do_test_condition_notify_one_wakes_from_wait() 48 BOOST_CHECK(data.woken); in do_test_condition_notify_one_wakes_from_wait_with_predicate() 64 BOOST_CHECK(data.woken); in do_test_condition_notify_one_wakes_from_timed_wait() 80 BOOST_CHECK(data.woken); in do_test_condition_notify_one_wakes_from_timed_wait_with_predicate() 96 BOOST_CHECK(data.woken); in do_test_condition_notify_one_wakes_from_relative_timed_wait_with_predicate()
|
D | test_condition_notify_all.cpp | 39 BOOST_CHECK_EQUAL(data.woken,number_of_test_threads); in do_test_condition_notify_all_wakes_from_wait() 68 BOOST_CHECK_EQUAL(data.woken,number_of_test_threads); in do_test_condition_notify_all_wakes_from_wait_with_predicate() 97 BOOST_CHECK_EQUAL(data.woken,number_of_test_threads); in do_test_condition_notify_all_wakes_from_timed_wait() 126 BOOST_CHECK_EQUAL(data.woken,number_of_test_threads); in do_test_condition_notify_all_wakes_from_timed_wait_with_predicate() 155 BOOST_CHECK_EQUAL(data.woken,number_of_test_threads); in do_test_condition_notify_all_wakes_from_relative_timed_wait_with_predicate()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 4-2.c | 79 static char woken = 0; variable 183 woken++; in waiter() 205 while (woken == 0) { in worker()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
D | 4-1.c | 81 static char woken = 0; variable 190 woken++; in waiter() 223 while (woken == 0) { in worker()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 4-2.c | 49 static char woken; variable 145 woken++; in waiter() 165 while (woken < 5) { in worker()
|
/third_party/boost/boost/thread/win32/ |
D | condition_variable.hpp | 98 bool woken() in woken() function in boost::detail::basic_cv_list_entry 262 bool woken=false; in do_wait_until() local 263 while(!woken) in do_wait_until() 270 woken=entry->woken(); in do_wait_until()
|
/third_party/grpc/doc/core/ |
D | epoll-polling-engine.md | 26 When an event of interest happens in a pollset, multiple threads are woken up and there are no guar… 28 …one of the threads i.e *Threads 1* to *Threads K* or *Thread P*, might be woken up. Let's say *Thr… 34 …ncurrently call `epoll_wait()`, we are guaranteed that only one thread is woken up if one of the `… 36 …dable/writable, all the threads in all the `pollsets` (in which that `fd` is present) are woken up. 47 …eans that for every incoming new channel, all the threads waiting on all the pollsets are woken up. 93 …mplementation, does not provide us any guarantees that the thread that is woken up is the thread t…
|
/third_party/openssl/doc/man3/ |
D | ASYNC_start_job.pod | 231 * immediately signalling that the job is ready to be woken up after 279 /* Wait for the job to be woken */ 280 printf("Waiting for the job to be woken up\n"); 306 Waiting for the job to be woken up
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | README | 33 woken up upon a "Power Management Resume". You will need to
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 1313 def f(cls, cond, sleeping, woken, timeout=None): argument 1317 woken.release() 1345 woken = self.Semaphore(0) 1347 p = self.Process(target=self.f, args=(cond, sleeping, woken)) 1352 p = threading.Thread(target=self.f, args=(cond, sleeping, woken)) 1363 self.assertReturnsIfImplemented(0, get_value, woken) 1372 self.assertReturnsIfImplemented(1, get_value, woken) 1381 self.assertReturnsIfImplemented(2, get_value, woken) 1390 woken = self.Semaphore(0) 1395 args=(cond, sleeping, woken, TIMEOUT1)) [all …]
|
/third_party/boost/libs/fiber/doc/ |
D | asio.qbk | 57 // fiber gets suspended and will be woken up if a
|
D | numa.qbk | 352 The scheduler will by woken up if a sleeping fiber times out or it was notified from remote (other …
|
/third_party/gstreamer/gstreamer/docs/random/matth/ |
D | scheduling.txt | 60 I/O library determines that it was woken due to a pending state
|
/third_party/icu/docs/userguide/dev/sync/ |
D | custom.md | 195 // Which does no harm, it should be statistically rare, and any spuriously woken
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 352 eglDestroySyncKHR is called, they will be woken up, as if <sync> 538 - Clarify that all waiters are woken up on signalling a sync.
|
D | EGL_KHR_wait_sync.txt | 166 will be woken up, as if <sync> were signaled."
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 352 eglDestroySyncKHR is called, they will be woken up, as if <sync> 538 - Clarify that all waiters are woken up on signalling a sync.
|
D | EGL_KHR_wait_sync.txt | 166 will be woken up, as if <sync> were signaled."
|
/third_party/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 49 thread is created that goes to sleep waiting to be woken up to do some
|
/third_party/boost/libs/thread/doc/ |
D | future_ref.qbk | 1630 result are woken. 1662 result are woken.]] 1769 …ly. Threads blocked waiting for the asynchronous result are not woken. They will be woken only whe… 1798 …ly. Threads blocked waiting for the asynchronous result are not woken. They will be woken only whe… 1821 Any threads blocked waiting for the asynchronous result are woken. 2011 shared state associated with this task are woken.]]
|
D | condition_variables.qbk | 29 `condition_variable` or `condition_variable_any`. When the thread is woken from 53 mutex. When the thread is woken, the mutex will be locked again before the call
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 498 // We have been woken up to try to acquire responsibility for dispatching
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 498 // We have been woken up to try to acquire responsibility for dispatching
|
/third_party/pulseaudio/po/ |
D | sv.po | 876 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() " 883 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() " 893 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() " 900 "We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() " 910 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() " 917 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() " 927 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() " 934 "We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() "
|