Home
last modified time | relevance | path

Searched refs:wakes (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
Dminimal-secure-streams-threads.c41 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/
DREADME9 It also spawns off a realtime thread of higher priority that simply wakes up
/third_party/boost/libs/fiber/doc/
Dbarrier.qbk43 wakes fibers in FIFO order: the first to call `wait()` wakes first, and so
Dbuffered_channel.qbk153 `closed`. [enqueues] the value in the channel, wakes up a fiber
169 `closed`. [enqueues] the value in the channel, wakes up a fiber
Dunbuffered_channel.qbk145 `closed`. [enqueues] the value in the channel, wakes up a fiber
Dscheduling.qbk241 wakes `suspend_until()` via
349 wakes `suspend_until()` via
453 wakes `suspend_until()` via
Dnuma.qbk406 wakes `suspend_until()` via
/third_party/grpc/doc/core/
Depoll-polling-engine.md26 …`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/
Dscheduling.txt43 => 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/
Dmdns.txt64 interface comes up after being down, or the device wakes up from sleep.
/third_party/libwebsockets/READMEs/
DREADME.lws_sul.md88 suspend under those conditions until it wakes for another reason, it's OK for these
/third_party/python/Doc/library/
Dthreading.rst636 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
Dasyncio-sync.rst242 This method acts like :meth:`notify`, but wakes up all waiting
/third_party/ltp/lib/
DREADME.md104 library wakes up from the waitpid() call, and checks if the test process
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dbasicauthentication.inc143 expiration not until the main thread wakes up again on the next connection.) If the client fails
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt161 _condvar_. The time it wakes up is also noted. Once all the threads finish
/third_party/boost/libs/thread/doc/
Dchanges.qbk237 …#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/
DEGL_KHR_reusable_sync.txt552 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
DEGL_KHR_fence_sync.txt539 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
/third_party/EGL/extensions/KHR/
DEGL_KHR_reusable_sync.txt552 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
DEGL_KHR_fence_sync.txt539 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DEGL_KHR_fence_sync.txt539 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
/third_party/openGLES/extensions/OES/
DEGL_KHR_fence_sync.txt549 - Destroy now wakes up all waits (eglClientWaitSyncKHR)
/third_party/ltp/doc/
Dc-test-api.txt701 The 'TST_CHECKPOINT_WAKE()' wakes one process waiting on the checkpoint.
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info795 until the main thread wakes up again on the next connection.) If

12