Lines Matching refs:timeout_handle
423 timeout_handle = loop.call_later(timeout, _release_waiter, waiter)
460 timeout_handle.cancel()
470 timeout_handle = None
472 timeout_handle = loop.call_later(timeout, _release_waiter, waiter)
482 if timeout_handle is not None:
483 timeout_handle.cancel()
493 if timeout_handle is not None:
494 timeout_handle.cancel()
550 timeout_handle = None
563 if not todo and timeout_handle is not None:
564 timeout_handle.cancel()
576 timeout_handle = loop.call_later(timeout, _on_timeout)