Home
last modified time | relevance | path

Searched refs:_PyTime_ROUND_CEILING (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Modules/
H A D_queuemodule.c221 timeout_obj, _PyTime_ROUND_CEILING) < 0) { in _queue_SimpleQueue_get_impl()
230 _PyTime_ROUND_CEILING); in _queue_SimpleQueue_get_impl()
272 _PyTime_ROUND_CEILING); in _queue_SimpleQueue_get_impl()
H A Dselectmodule.c363 _PyTime_AsTimeval_clamp(timeout, &tv, _PyTime_ROUND_CEILING); in select_select_impl()
672 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_poll_poll_impl()
985 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_devpoll_poll_impl()
1557 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_epoll_poll_impl()
1613 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_epoll_poll_impl()
H A Dsignalmodule.c208 if (_PyTime_FromSecondsObject(&t, obj, _PyTime_ROUND_CEILING) < 0) { in timeval_from_double()
211 return _PyTime_AsTimeval(t, tv, _PyTime_ROUND_CEILING); in timeval_from_double()
1258 timeout_obj, _PyTime_ROUND_CEILING) < 0)
H A Dtimemodule.c2154 if (_PyTime_AsTimeval(timeout, &timeout_tv, _PyTime_ROUND_CEILING) < 0) {
2203 _PyTime_ROUND_CEILING);
H A D_threadmodule.c92 microseconds = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_CEILING); in acquire_timed()
H A D_ssl.c2293 ms = (int)_PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in PySSL_select()
2304 _PyTime_AsTimeval_clamp(timeout, &tv, _PyTime_ROUND_CEILING); in PySSL_select()
H A Dsocketmodule.c764 ms = _PyTime_AsMilliseconds(interval, _PyTime_ROUND_CEILING); in internal_select()
783 _PyTime_AsTimeval_clamp(interval, &tv, _PyTime_ROUND_CEILING); in internal_select()
H A D_testcapimodule.c3826 && round != _PyTime_ROUND_CEILING in check_time_rounding()
/third_party/python/Include/cpython/
H A Dpytime.h72 _PyTime_ROUND_CEILING=1, enumerator
77 For example, used for timeout. _PyTime_ROUND_CEILING rounds
/third_party/python/Python/
H A Dpytime.c267 else if (round == _PyTime_ROUND_CEILING) { in pytime_round()
669 else if (round == _PyTime_ROUND_CEILING) { in pytime_divide()
H A Dimport.c1748 (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING), in import_find_and_load()
1749 (long)_PyTime_AsMicroseconds(cum, _PyTime_ROUND_CEILING), in import_find_and_load()

Completed in 40 milliseconds