HomeSort by relevance Sort by last modified time
    Searched refs:sleeping (Results 1 - 25 of 61) 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
124 sleeping := sig.sleeping
126 if sleeping {
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.
61 // depending on whether there is a thread sleeping
65 // returning, to ensure that the sleeping thread gets
time.go 67 sleeping bool
149 if tb.sleeping {
150 tb.sleeping = false
209 tb.sleeping = false
257 tb.sleeping = true
319 if tb.sleeping && tb.sleepUntil < next {
rwmutex.go 37 // while sleeping.
lock_sema.go 25 // Wake up mp, which is or will soon be sleeping on its semaphore.
233 // 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
124 sleeping := sig.sleeping
126 if sleeping {
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.
61 // depending on whether there is a thread sleeping
65 // returning, to ensure that the sleeping thread gets
time.go 67 sleeping bool
149 if tb.sleeping {
150 tb.sleeping = false
209 tb.sleeping = false
257 tb.sleeping = true
319 if tb.sleeping && tb.sleepUntil < next {
rwmutex.go 37 // while sleeping.
lock_sema.go 25 // Wake up mp, which is or will soon be sleeping on its semaphore.
233 // Deadline hasn't arrived. Keep sleeping.
  /compatibility/cdd/8_performance-and-power/
8_3_power-saving-modes.md 12 implement any or all of the 4 sleeping power states as defined by the Advanced
  /frameworks/base/core/proto/android/os/
cpuinfo.proto 38 optional int32 sleeping = 3; // number of sleeping tasks
86 STATUS_S = 3; // sleeping
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 59 // The timer proc is now sleeping and can only be awoken by
  /prebuilts/go/linux-x86/src/time/
internal_test.go 59 // The timer proc is now sleeping and can only be awoken by
  /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...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 698 boolean sleeping, long now) {
723 ? (sleeping ? sFirstAsleepPssTimes : sFirstAwakePssTimes)
724 : (sleeping ? sSameAsleepPssTimes : sSameAwakePssTimes))
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 86 void scheduleSleeping(IBinder token, boolean sleeping);
  /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...]

Completed in 899 milliseconds

1 2 3