HomeSort by relevance Sort by last modified time
    Searched refs:delayfunc (Results 1 - 3 of 3) 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
  /external/python/cpython3/Lib/
sched.py 57 def __init__(self, timefunc=_time, delayfunc=time.sleep):
63 self.delayfunc = delayfunc
132 delayfunc = self.delayfunc
149 delayfunc(time - now)
152 delayfunc(0) # Let other threads run

Completed in 449 milliseconds