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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
44 self.delayfunc = delayfunc
104 delayfunc = self.delayfunc
111 delayfunc(time - now)
118 delayfunc(0) # Let other threads run
  /external/python/cpython2/Lib/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
44 self.delayfunc = delayfunc
104 delayfunc = self.delayfunc
111 delayfunc(time - now)
118 delayfunc(0) # Let other threads run
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
44 self.delayfunc = delayfunc
104 delayfunc = self.delayfunc
111 delayfunc(time - now)
118 delayfunc(0) # Let other threads run
  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
44 self.delayfunc = delayfunc
104 delayfunc = self.delayfunc
111 delayfunc(time - now)
118 delayfunc(0) # Let other threads run
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
44 self.delayfunc = delayfunc
104 delayfunc = self.delayfunc
111 delayfunc(time - now)
118 delayfunc(0) # Let other threads run
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 26 # XXX The timefunc and delayfunc should have been defined as methods
39 def __init__(self, timefunc, delayfunc):
44 self.delayfunc = delayfunc
104 delayfunc = self.delayfunc
111 delayfunc(time - now)
118 delayfunc(0) # Let other threads run
  /external/python/cpython3/Lib/
sched.py 60 def __init__(self, timefunc=_time, delayfunc=time.sleep):
66 self.delayfunc = delayfunc
135 delayfunc = self.delayfunc
152 delayfunc(time - now)
155 delayfunc(0) # Let other threads run

Completed in 228 milliseconds