Home
last modified time | relevance | path

Searched refs:timeout_handle (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dtasks.py457 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 i
[all...]
/third_party/toybox/toys/pending/
H A Dsulogin.c31 static void timeout_handle(int signo) in timeout_handle() function
48 sa.sa_handler = timeout_handle; in validate_password()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_core.h132 struct usb_callout timeout_handle; member
H A Dusb_transfer.c1044 usb_callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()
1354 usb_callout_drain(&xfer->timeout_handle); in usbd_transfer_unsetup()
2489 usb_callout_stop(&xfer->timeout_handle); in usbd_transfer_done()
2749 usb_callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py587 timeout_handle = loop.call_later(timeout, on_timeout)
594 timeout_handle.cancel()
627 # Here we do it by cancelling `timeout_handle` in the `finally:`

Completed in 9 milliseconds