Searched refs:_PyTime_ROUND_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/ |
D | selectmodule.c | 216 _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.c | 107 timeout_obj, _PyTime_ROUND_TIMEOUT) < 0) in lock_acquire_parse_args() 125 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT); in lock_acquire_parse_args()
|
D | faulthandler.c | 661 _PyTime_ROUND_TIMEOUT) < 0) { in faulthandler_dump_traceback_later() 664 timeout_us = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_TIMEOUT); in faulthandler_dump_traceback_later()
|
D | timemodule.c | 364 if (_PyTime_FromSecondsObject(&secs, obj, _PyTime_ROUND_TIMEOUT)) in time_sleep()
|
D | socketmodule.c | 2656 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/ |
D | pytime.h | 42 _PyTime_ROUND_TIMEOUT = _PyTime_ROUND_UP enumerator
|