Home
last modified time | relevance | path

Searched refs:woken (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/boost/libs/thread/test/
Dcondition_test_common.hpp19 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()
Dtest_condition_notify_one.cpp32 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()
Dtest_condition_notify_all.cpp39 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/
D4-2.c79 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/
D4-1.c81 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/
D4-2.c49 static char woken; variable
145 woken++; in waiter()
165 while (woken < 5) { in worker()
/third_party/boost/boost/thread/win32/
Dcondition_variable.hpp98 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/
Depoll-polling-engine.md26 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/
DASYNC_start_job.pod231 * 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/
DREADME33 woken up upon a "Power Management Resume". You will need to
/third_party/python/Lib/test/
D_test_multiprocessing.py1313 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/
Dasio.qbk57 // fiber gets suspended and will be woken up if a
Dnuma.qbk352 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/
Dscheduling.txt60 I/O library determines that it was woken due to a pending state
/third_party/icu/docs/userguide/dev/sync/
Dcustom.md195 // Which does no harm, it should be statistically rare, and any spuriously woken
/third_party/EGL/extensions/KHR/
DEGL_KHR_reusable_sync.txt352 eglDestroySyncKHR is called, they will be woken up, as if <sync>
538 - Clarify that all waiters are woken up on signalling a sync.
DEGL_KHR_wait_sync.txt166 will be woken up, as if <sync> were signaled."
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_reusable_sync.txt352 eglDestroySyncKHR is called, they will be woken up, as if <sync>
538 - Clarify that all waiters are woken up on signalling a sync.
DEGL_KHR_wait_sync.txt166 will be woken up, as if <sync> were signaled."
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt49 thread is created that goes to sleep waiting to be woken up to do some
/third_party/boost/libs/thread/doc/
Dfuture_ref.qbk1630 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.]]
Dcondition_variables.qbk29 `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/
Dwin_iocp_io_context.ipp498 // We have been woken up to try to acquire responsibility for dispatching
/third_party/boost/boost/asio/detail/impl/
Dwin_iocp_io_context.ipp498 // We have been woken up to try to acquire responsibility for dispatching
/third_party/pulseaudio/po/
Dsv.po876 "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() "

1234