/external/autotest/server/cros/ |
dark_resume_utils.py | 180 DUT has to be woken up manually. Should not happen mostly. 182 woken = False 187 woken = True 192 if not woken:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
4-2.c | 49 static char woken; variable 145 woken++; 165 while (woken < 5) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
4-2.c | 79 char woken = 0; variable 183 woken++; 205 while (woken == 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
4-1.c | 81 char woken = 0; variable 190 woken++; 223 while (woken == 0) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_multiprocessing.py | 642 def f(cls, cond, sleeping, woken, timeout=None):
646 woken.release()
663 woken = self.Semaphore(0)
665 p = self.Process(target=self.f, args=(cond, sleeping, woken))
669 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
677 # check no process/thread has woken up
679 self.assertReturnsIfImplemented(0, get_value, woken)
686 # check one process/thread has woken up
688 self.assertReturnsIfImplemented(1, get_value, woken)
695 # check other has woken up [all...] |
/external/python/cpython2/Lib/test/ |
test_multiprocessing.py | 763 def f(cls, cond, sleeping, woken, timeout=None): 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)) 798 # check no process/thread has woken up 800 self.assertReturnsIfImplemented(0, get_value, woken) 807 # check one process/thread has woken up 809 self.assertReturnsIfImplemented(1, get_value, woken) 816 # check other has woken u [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
4-3.c | 106 char woken = 0; variable
|
/external/python/cpython3/Lib/test/ |
_test_multiprocessing.py | [all...] |
/external/ltp/testcases/realtime/ |
00_Descriptions.txt | 49 thread is created that goes to sleep waiting to be woken up to do some
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
server.go | 14 // Handlers running) and not be woken up again until the PING packet [all...] |