HomeSort by relevance Sort by last modified time
    Searched refs:timeout_handle (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
sulogin.c 31 static void timeout_handle(int signo) function
48 sa.sa_handler = timeout_handle;
  /external/python/cpython3/Lib/asyncio/
tasks.py 336 timeout_handle = loop.call_later(timeout, _release_waiter, waiter)
358 timeout_handle.cancel()
369 timeout_handle = None
371 timeout_handle = loop.call_later(timeout, _release_waiter, waiter)
381 if timeout_handle is not None:
382 timeout_handle.cancel()
392 if timeout_handle is not None:
393 timeout_handle.cancel()
430 timeout_handle = None
443 if not todo and timeout_handle is not None
    [all...]

Completed in 69 milliseconds