Home
last modified time | relevance | path

Searched refs:timeout_handle (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/asyncio/
Dtasks.py423 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:
[all …]
/third_party/toybox/toys/pending/
Dsulogin.c31 static void timeout_handle(int signo)
48 sa.sa_handler = timeout_handle; in validate_password()
/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h131 struct callout timeout_handle; member
Dusb_transfer.c1042 callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()
1352 callout_drain(&xfer->timeout_handle); in usbd_transfer_unsetup()
2487 callout_stop(&xfer->timeout_handle); in usbd_transfer_done()
2747 callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()