Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dselectmodule.c293 _PyTime_ROUND_TIMEOUT) < 0) { in select_select_impl()
301 if (_PyTime_AsTimeval(timeout, &tv, _PyTime_ROUND_TIMEOUT) == -1) in select_select_impl()
603 _PyTime_ROUND_TIMEOUT) < 0) { in select_poll_poll_impl()
611 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in select_poll_poll_impl()
942 _PyTime_ROUND_TIMEOUT) < 0) { in select_devpoll_poll_impl()
950 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in select_devpoll_poll_impl()
1561 _PyTime_ROUND_TIMEOUT) < 0) { in select_epoll_poll_impl()
2148 otimeout, _PyTime_ROUND_TIMEOUT) < 0) { in select_kqueue_control_impl()
Dfaulthandler.c700 _PyTime_ROUND_TIMEOUT) < 0) { in faulthandler_dump_traceback_later()
703 timeout_us = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_TIMEOUT); in faulthandler_dump_traceback_later()
D_threadmodule.c109 timeout_obj, _PyTime_ROUND_TIMEOUT) < 0) in lock_acquire_parse_args()
127 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT); in lock_acquire_parse_args()
Dtimemodule.c358 if (_PyTime_FromSecondsObject(&secs, obj, _PyTime_ROUND_TIMEOUT))
Dsocketmodule.c2880 timeout_obj, _PyTime_ROUND_TIMEOUT) < 0) in socket_parse_timeout()
2889 overflow |= (_PyTime_AsTimeval(*timeout, &tv, _PyTime_ROUND_TIMEOUT) < 0); in socket_parse_timeout()
2892 ms = _PyTime_AsMilliseconds(*timeout, _PyTime_ROUND_TIMEOUT); in socket_parse_timeout()
/external/python/cpython3/Include/
Dpytime.h42 _PyTime_ROUND_TIMEOUT = _PyTime_ROUND_UP enumerator
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1505 _PyTime_ROUND_TIMEOUT)) { in pysqlite_connection_backup()
1509 _PyTime_ROUND_TIMEOUT); in pysqlite_connection_backup()