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

  /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

Completed in 191 milliseconds