Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpytime.h107 PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t,
/third_party/python/Modules/
Dselectmodule.c595 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in select_poll_poll_impl()
654 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_poll_poll_impl()
927 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in select_devpoll_poll_impl()
964 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_devpoll_poll_impl()
1536 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_epoll_poll_impl()
1592 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_epoll_poll_impl()
Dtimemodule.c2087 millisecs = _PyTime_AsMilliseconds(secs, _PyTime_ROUND_CEILING);
Dsocketmodule.c742 ms = _PyTime_AsMilliseconds(interval, _PyTime_ROUND_CEILING); in internal_select()
2847 ms = _PyTime_AsMilliseconds(*timeout, _PyTime_ROUND_TIMEOUT); in socket_parse_timeout()
D_ssl.c2256 ms = (int)_PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in PySSL_select()
D_testcapimodule.c4713 ms = _PyTime_AsMilliseconds(t, round); in test_PyTime_AsMilliseconds()
/third_party/python/Python/
Dpytime.c527 _PyTime_AsMilliseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMilliseconds() function