Searched refs:_PyTime_ROUND_CEILING (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Modules/ |
H A D | _queuemodule.c | 221 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 D | selectmodule.c | 363 _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 D | signalmodule.c | 208 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 D | timemodule.c | 2154 if (_PyTime_AsTimeval(timeout, &timeout_tv, _PyTime_ROUND_CEILING) < 0) { 2203 _PyTime_ROUND_CEILING);
|
H A D | _threadmodule.c | 92 microseconds = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_CEILING); in acquire_timed()
|
H A D | _ssl.c | 2293 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 D | socketmodule.c | 764 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.c | 3826 && round != _PyTime_ROUND_CEILING in check_time_rounding()
|
/third_party/python/Include/cpython/ |
H A D | pytime.h | 72 _PyTime_ROUND_CEILING=1, enumerator 77 For example, used for timeout. _PyTime_ROUND_CEILING rounds
|
/third_party/python/Python/ |
H A D | pytime.c | 267 else if (round == _PyTime_ROUND_CEILING) { in pytime_round() 669 else if (round == _PyTime_ROUND_CEILING) { in pytime_divide()
|
H A D | import.c | 1748 (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 44 milliseconds