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

1 2 3

  /external/valgrind/none/tests/
pending.stdout.exp 2 2: sleeping
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.stderr.exp 15 sleeping one second ...
18 sleeping 1 second ...
38 sleeping one second ...
41 sleeping 1 second ...
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue_plan9.go 19 sleeping bool
86 if sig.sleeping {
87 sig.sleeping = false
106 sig.sleeping = true
lock_futex.go 23 // If any procs are sleeping on addr, wake up at most cnt.
36 // mutex_sleeping means that there is presumably at least one sleeping thread.
60 // depending on whether there is a thread sleeping
64 // returning, to ensure that the sleeping thread gets
time.go 32 sleeping bool
105 if timers.sleeping {
106 timers.sleeping = false
158 timers.sleeping = false
206 timers.sleeping = true
lock_sema.go 25 // Wake up mp, which is or will soon be sleeping on its semaphore.
210 // Deadline hasn't arrived. Keep sleeping.
  /prebuilts/go/linux-x86/src/runtime/
sigqueue_plan9.go 19 sleeping bool
86 if sig.sleeping {
87 sig.sleeping = false
106 sig.sleeping = true
lock_futex.go 23 // If any procs are sleeping on addr, wake up at most cnt.
36 // mutex_sleeping means that there is presumably at least one sleeping thread.
60 // depending on whether there is a thread sleeping
64 // returning, to ensure that the sleeping thread gets
time.go 32 sleeping bool
105 if timers.sleeping {
106 timers.sleeping = false
158 timers.sleeping = false
206 timers.sleeping = true
lock_sema.go 25 // Wake up mp, which is or will soon be sleeping on its semaphore.
210 // Deadline hasn't arrived. Keep sleeping.
  /compatibility/cdd/8_performance-and-power/
8_3_power-saving-modes.md 31 implement any or all of the 4 sleeping power states as defined by the Advanced
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 40 // The timer proc is now sleeping and can only be awoken by
sleep_test.go 18 // Go runtime uses different Windows timers for time.Now and sleeping.
367 // Test that sleeping for an interval so large it overflows does not
  /prebuilts/go/linux-x86/src/time/
internal_test.go 40 // The timer proc is now sleeping and can only be awoken by
sleep_test.go 18 // Go runtime uses different Windows timers for time.Now and sleeping.
367 // Test that sleeping for an interval so large it overflows does not
  /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):
644 sleeping.release()
662 sleeping = 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))
673 # wait for both children to start sleeping
674 sleeping.acquire()
675 sleeping.acquire()
705 sleeping = self.Semaphore(0)
711 args=(cond, sleeping, woken, TIMEOUT1))
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 728 def f(cls, cond, sleeping, woken, timeout=None):
730 sleeping.release()
748 sleeping = 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))
759 # wait for both children to start sleeping
760 sleeping.acquire()
761 sleeping.acquire()
791 sleeping = self.Semaphore(0)
797 args=(cond, sleeping, woken, TIMEOUT1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
712 sleeping.release()
730 sleeping = 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))
741 # wait for both children to start sleeping
742 sleeping.acquire()
743 sleeping.acquire()
773 sleeping = self.Semaphore(0)
779 args=(cond, sleeping, woken, TIMEOUT1)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
712 sleeping.release()
730 sleeping = 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))
741 # wait for both children to start sleeping
742 sleeping.acquire()
743 sleeping.acquire()
773 sleeping = self.Semaphore(0)
779 args=(cond, sleeping, woken, TIMEOUT1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
712 sleeping.release()
730 sleeping = 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))
741 # wait for both children to start sleeping
742 sleeping.acquire()
743 sleeping.acquire()
773 sleeping = self.Semaphore(0)
779 args=(cond, sleeping, woken, TIMEOUT1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 710 def f(cls, cond, sleeping, woken, timeout=None):
712 sleeping.release()
730 sleeping = 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))
741 # wait for both children to start sleeping
742 sleeping.acquire()
743 sleeping.acquire()
773 sleeping = self.Semaphore(0)
779 args=(cond, sleeping, woken, TIMEOUT1)
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 109 void scheduleSleeping(IBinder token, boolean sleeping);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 593 boolean sleeping, long now) {

Completed in 1360 milliseconds

1 2 3