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

  /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...]
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 355 int sleeping; member in struct:ohci
au1x00_usb_ohci.c 483 !ohci->ed_rm_list[1] && !ohci->sleeping) {
499 !ohci->ed_rm_list[1] && !ohci->sleeping) {
700 if (!ohci->sleeping)
716 if (!ohci->sleeping)
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 392 int sleeping; member in struct:ohci
ohci-hcd.c 688 !ohci->ed_rm_list[1] && !ohci->sleeping) {
706 !ohci->ed_rm_list[1] && !ohci->sleeping) {
992 if (!ohci->sleeping) {
1019 if (!ohci->sleeping) {
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 763 def f(cls, cond, sleeping, woken, timeout=None):
765 sleeping.release()
783 sleeping = 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))
794 # wait for both children to start sleeping
795 sleeping.acquire()
796 sleeping.acquire()
826 sleeping = self.Semaphore(0)
832 args=(cond, sleeping, woken, TIMEOUT1)
    [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar 
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
GrpcThreadPool.cs 205 // so sleeping here for a little bit is fine.
  /external/syzkaller/pkg/report/
linux.go 755 title: compile("BUG: sleeping function called from invalid context (.*)"),
756 fmt: "BUG: sleeping function called from invalid context %[1]v",
    [all...]
  /external/u-boot/doc/
README.x86     [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 468 // - On Mono, the process would hang as the GrpcThreadPool threads are sleeping
  /external/blktrace/btt/doc/
btt.tex 119 occasion there are also some time spent \emph{sleeping} waiting
    [all...]

Completed in 1056 milliseconds