Home
last modified time | relevance | path

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

12

/external/autotest/server/cros/
Ddark_resume_utils.py182 woken = False
187 woken = True
192 if not woken:
/external/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()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.c79 char woken = 0; variable
183 woken++; in waiter()
205 while (woken == 0) { in worker()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D4-1.c81 char woken = 0; variable
190 woken++; in waiter()
223 while (woken == 0) { in worker()
/external/grpc-grpc/doc/
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…
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py763 def f(cls, cond, sleeping, woken, timeout=None): argument
767 woken.release()
784 woken = self.Semaphore(0)
786 p = self.Process(target=self.f, args=(cond, sleeping, woken))
790 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
800 self.assertReturnsIfImplemented(0, get_value, woken)
809 self.assertReturnsIfImplemented(1, get_value, woken)
818 self.assertReturnsIfImplemented(2, get_value, woken)
827 woken = self.Semaphore(0)
832 args=(cond, sleeping, woken, TIMEOUT1))
[all …]
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1204 def f(cls, cond, sleeping, woken, timeout=None): argument
1208 woken.release()
1236 woken = self.Semaphore(0)
1238 p = self.Process(target=self.f, args=(cond, sleeping, woken))
1243 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
1254 self.assertReturnsIfImplemented(0, get_value, woken)
1263 self.assertReturnsIfImplemented(1, get_value, woken)
1272 self.assertReturnsIfImplemented(2, get_value, woken)
1281 woken = self.Semaphore(0)
1286 args=(cond, sleeping, woken, TIMEOUT1))
[all …]
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectAfterSuspendSameAP29 7) The DUT is woken from suspend
Dcontrol.DisconnectAfterSuspendDiffAP29 7) The DUT is woken from suspend
Dcontrol.DisconnectBeforeSuspendDiffAP26 7) The DUT is woken from suspend
Dcontrol.DisconnectBeforeSuspendSameAP26 7) The DUT is woken from suspend
Dcontrol.Stress26 8) The DUT is woken from suspend
/external/ltp/testcases/kernel/controllers/freezer/
DREADME33 woken up upon a "Power Management Resume". You will need to
/external/perfetto/docs/
Dftrace.md47 When at least one worker has woken up, we schedule a drain operation
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D4-3.c106 char woken = 0; variable
/external/bcc/tools/
Dwakeuptime_example.txt18 first stack trace shown is for a "vmstat" thread, which was woken up by
185 The second last stack trace shows sshd being woken up by packets being received.
188 were blocked and woken up in this way was 4.5 seconds.
Doffwaketime_example.txt6 them, and the total elapsed time from when they blocked to when they were woken
14 were blocking, and quantify the time from when they were blocked to woken up.
/external/ltp/testcases/realtime/
D00_Descriptions.txt49 thread is created that goes to sleep waiting to be woken up to do some
/external/python/futures/docs/
Dindex.rst279 :func:`wait`) will be woken up.
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst365 :func:`as_completed` or :func:`wait`) will be woken up.
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm380 // This assertion ensures that the display is woken up if it already asleep
/external/ltp/doc/
Dtest-writing-guidelines.txt774 execution until it's woken up or until timeout is reached.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2329 will be woken up, avoiding the need to poll.
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2333 will be woken up, avoiding the need to poll.
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt22017 $x{woken → wokən ; # wɑkɛn

12