Lines Matching refs:timeout_handle
457 timeout_handle = loop.call_later(timeout, _release_waiter, waiter)
494 timeout_handle.cancel()
504 timeout_handle = None
506 timeout_handle = loop.call_later(timeout, _release_waiter, waiter)
516 if timeout_handle is not None:
517 timeout_handle.cancel()
527 if timeout_handle is not None:
528 timeout_handle.cancel()
584 timeout_handle = None
597 if not todo and timeout_handle is not None:
598 timeout_handle.cancel()
610 timeout_handle = loop.call_later(timeout, _on_timeout)