Searched refs:wakes (Results 1 – 25 of 33) sorted by relevance
12
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
D | minimal-secure-streams-threads.c | 41 static int wakes, started_thread; variable 148 __func__, ++wakes, shared_counter); in myss_state() 281 if (wakes > 10) in main() 285 lwsl_notice("wakes %d\n", wakes); in main()
|
/third_party/ltp/testcases/realtime/func/sched_jitter/ |
D | README | 9 It also spawns off a realtime thread of higher priority that simply wakes up
|
/third_party/boost/libs/fiber/doc/ |
D | barrier.qbk | 43 wakes fibers in FIFO order: the first to call `wait()` wakes first, and so
|
D | buffered_channel.qbk | 153 `closed`. [enqueues] the value in the channel, wakes up a fiber 169 `closed`. [enqueues] the value in the channel, wakes up a fiber
|
D | unbuffered_channel.qbk | 145 `closed`. [enqueues] the value in the channel, wakes up a fiber
|
D | scheduling.qbk | 241 wakes `suspend_until()` via 349 wakes `suspend_until()` via 453 wakes `suspend_until()` via
|
D | numa.qbk | 406 wakes `suspend_until()` via
|
/third_party/grpc/doc/core/ |
D | epoll-polling-engine.md | 26 …`grpc_cq_completion` on the appropriate completion queue and "kicks" (i.e wakes ups) the thread th… 28 …backs and finally kicks *Thread P* by signalling `event_fd_P`. *Thread P* wakes up, realizes that … 59 …ds` into a single epoll-based set. This would ensure that only one thread wakes up in case of an e… 68 In this new model, only one thread wakes up whenever an event of interest happens in an epoll set.
|
/third_party/gstreamer/gstreamer/docs/random/matth/ |
D | scheduling.txt | 43 => The managing container (thread, pipeline) "wakes" up any sleep 45 wakes the blocked downstream element's call to Pull.) The GstPtQueue
|
/third_party/lwip/doc/ |
D | mdns.txt | 64 interface comes up after being down, or the device wakes up from sleep.
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 88 suspend under those conditions until it wakes for another reason, it's OK for these
|
/third_party/python/Doc/library/ |
D | threading.rst | 636 The :meth:`~Condition.notify` method wakes up one of the threads waiting for 638 method wakes up all threads waiting for the condition variable. 764 This method wakes up at most *n* of the threads waiting for the condition 767 The current implementation wakes up exactly *n* threads, if at least *n* 779 :meth:`notify`, but wakes up all waiting threads instead of one. If the
|
D | asyncio-sync.rst | 242 This method acts like :meth:`notify`, but wakes up all waiting
|
/third_party/ltp/lib/ |
D | README.md | 104 library wakes up from the waitpid() call, and checks if the test process
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | basicauthentication.inc | 143 expiration not until the main thread wakes up again on the next connection.) If the client fails
|
/third_party/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 161 _condvar_. The time it wakes up is also noted. Once all the threads finish
|
/third_party/boost/libs/thread/doc/ |
D | changes.qbk | 237 …#11174] boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wa… 249 …ac/boost/ticket/11368 #11368] boost thread's usage of CreateWaitableTimer wakes PC from sleep (doh) 432 …ost/ticket/9708 #9708] boost::condition_variable::timed_wait unexpectedly wakes up while should wa…
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 552 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
|
D | EGL_KHR_fence_sync.txt | 539 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 552 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
|
D | EGL_KHR_fence_sync.txt | 539 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | EGL_KHR_fence_sync.txt | 539 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
|
/third_party/openGLES/extensions/OES/ |
D | EGL_KHR_fence_sync.txt | 549 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 701 The 'TST_CHECKPOINT_WAKE()' wakes one process waiting on the checkpoint.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 795 until the main thread wakes up again on the next connection.) If
|
12