HomeSort by relevance Sort by last modified time
    Searched refs:woken (Results 1 - 25 of 31) sorted by null

1 2

  /external/autotest/server/cros/
dark_resume_utils.py 177 woken = False
188 woken = True
192 if not woken:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 81 char woken = 0; variable
185 woken++;
207 while (woken == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-2.c 50 static char woken; variable
146 woken++;
166 while (woken < 5) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
4-1.c 83 char woken = 0; variable
192 woken++;
225 while (woken == 0) {
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 76 // The goroutine has been woken from sleep,
119 // been woken or grabbed the lock, no need to wake anyone.
  /prebuilts/go/linux-x86/src/sync/
mutex.go 76 // The goroutine has been woken from sleep,
119 // been woken or grabbed the lock, no need to wake anyone.
  /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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c 102 char woken = 0; variable
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 728 def f(cls, cond, sleeping, woken, timeout=None):
732 woken.release()
749 woken = self.Semaphore(0)
751 p = self.Process(target=self.f, args=(cond, sleeping, woken))
755 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
763 # check no process/thread has woken up
765 self.assertReturnsIfImplemented(0, get_value, woken)
772 # check one process/thread has woken up
774 self.assertReturnsIfImplemented(1, get_value, woken)
781 # check other has woken u
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
714 woken.release()
731 woken = self.Semaphore(0)
733 p = self.Process(target=self.f, args=(cond, sleeping, woken))
737 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
745 # check no process/thread has woken up
747 self.assertReturnsIfImplemented(0, get_value, woken)
754 # check one process/thread has woken up
756 self.assertReturnsIfImplemented(1, get_value, woken)
763 # check other has woken u
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
714 woken.release()
731 woken = self.Semaphore(0)
733 p = self.Process(target=self.f, args=(cond, sleeping, woken))
737 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
745 # check no process/thread has woken up
747 self.assertReturnsIfImplemented(0, get_value, woken)
754 # check one process/thread has woken up
756 self.assertReturnsIfImplemented(1, get_value, woken)
763 # check other has woken u
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
714 woken.release()
731 woken = self.Semaphore(0)
733 p = self.Process(target=self.f, args=(cond, sleeping, woken))
737 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
745 # check no process/thread has woken up
747 self.assertReturnsIfImplemented(0, get_value, woken)
754 # check one process/thread has woken up
756 self.assertReturnsIfImplemented(1, get_value, woken)
763 # check other has woken u
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
714 woken.release()
731 woken = self.Semaphore(0)
733 p = self.Process(target=self.f, args=(cond, sleeping, woken))
737 p = threading.Thread(target=self.f, args=(cond, sleeping, woken))
745 # check no process/thread has woken up
747 self.assertReturnsIfImplemented(0, get_value, woken)
754 # check one process/thread has woken up
756 self.assertReturnsIfImplemented(1, get_value, woken)
763 # check other has woken u
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 114 char woken = 0; variable
  /external/ltp/testcases/realtime/
00_Descriptions.txt 49 thread is created that goes to sleep waiting to be woken up to do some
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 19 // Might be woken up spuriously; that's allowed.
os_openbsd.go 134 // Sleep until woken by semawakeup or timeout; or abort if waitsemacount != 0.
chan.go 253 // The receiver is then woken up to go on its merry way.
533 // and the sender is woken up to go on its merry way.
os_linux.go 33 // Might be woken up spuriously; that's allowed.
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 19 // Might be woken up spuriously; that's allowed.
os_openbsd.go 134 // Sleep until woken by semawakeup or timeout; or abort if waitsemacount != 0.
chan.go 253 // The receiver is then woken up to go on its merry way.
533 // and the sender is woken up to go on its merry way.
os_linux.go 33 // Might be woken up spuriously; that's allowed.
  /prebuilts/go/darwin-x86/src/net/
net_test.go 501 // Issue 17695: verify that a blocked Read is woken up by a Close.
  /prebuilts/go/linux-x86/src/net/
net_test.go 501 // Issue 17695: verify that a blocked Read is woken up by a Close.

Completed in 388 milliseconds

1 2