Home
last modified time | relevance | path

Searched refs:_PyTime_ROUND_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
Dselectmodule.c216 _PyTime_ROUND_TIMEOUT) < 0) { in select_select()
224 if (_PyTime_AsTimeval(timeout, &tv, _PyTime_ROUND_TIMEOUT) == -1) in select_select()
541 _PyTime_ROUND_TIMEOUT) < 0) { in poll_poll()
549 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in poll_poll()
907 _PyTime_ROUND_TIMEOUT) < 0) { in devpoll_poll()
915 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in devpoll_poll()
1526 _PyTime_ROUND_TIMEOUT) < 0) { in pyepoll_poll()
2145 otimeout, _PyTime_ROUND_TIMEOUT) < 0) { in kqueue_queue_control()
D_threadmodule.c107 timeout_obj, _PyTime_ROUND_TIMEOUT) < 0) in lock_acquire_parse_args()
125 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT); in lock_acquire_parse_args()
Dfaulthandler.c661 _PyTime_ROUND_TIMEOUT) < 0) { in faulthandler_dump_traceback_later()
664 timeout_us = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_TIMEOUT); in faulthandler_dump_traceback_later()
Dtimemodule.c364 if (_PyTime_FromSecondsObject(&secs, obj, _PyTime_ROUND_TIMEOUT)) in time_sleep()
Dsocketmodule.c2656 timeout_obj, _PyTime_ROUND_TIMEOUT) < 0) in socket_parse_timeout()
2665 overflow |= (_PyTime_AsTimeval(*timeout, &tv, _PyTime_ROUND_TIMEOUT) < 0); in socket_parse_timeout()
2668 ms = _PyTime_AsMilliseconds(*timeout, _PyTime_ROUND_TIMEOUT); in socket_parse_timeout()
/external/python/cpython3/Include/
Dpytime.h42 _PyTime_ROUND_TIMEOUT = _PyTime_ROUND_UP enumerator