Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h110 PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t,
/external/python/cpython3/Modules/
Dselectmodule.c611 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in select_poll_poll_impl()
670 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_poll_poll_impl()
950 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in select_devpoll_poll_impl()
987 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_devpoll_poll_impl()
1569 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_epoll_poll_impl()
1625 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in select_epoll_poll_impl()
Dtimemodule.c2047 millisecs = _PyTime_AsMilliseconds(secs, _PyTime_ROUND_CEILING);
Dsocketmodule.c783 ms = _PyTime_AsMilliseconds(interval, _PyTime_ROUND_CEILING); in internal_select()
2892 ms = _PyTime_AsMilliseconds(*timeout, _PyTime_ROUND_TIMEOUT); in socket_parse_timeout()
D_ssl.c2340 ms = (int)_PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in PySSL_select()
D_testcapimodule.c4534 ms = _PyTime_AsMilliseconds(t, round); in test_PyTime_AsMilliseconds()
/external/python/cpython3/Python/
Dpytime.c527 _PyTime_AsMilliseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMilliseconds() function
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1508 _PyTime_t ms = _PyTime_AsMilliseconds(sleep_secs, in pysqlite_connection_backup()