Lines Matching refs:time
9 import time
206 is no limit on the wait time.
218 end_time = timeout + time.monotonic()
237 wait_timeout = end_time - time.monotonic()
270 is no limit on the wait time.
433 isn't done. If None, then there is no limit on the wait time.
469 time.
590 is no limit on the wait time.
606 end_time = timeout + time.monotonic()
621 yield _result_or_cancel(fs.pop(), end_time - time.monotonic())