Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h110 PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t,
/external/python/cpython3/Modules/
Dselectmodule.c549 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in poll_poll()
608 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in poll_poll()
915 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_TIMEOUT); in devpoll_poll()
952 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in devpoll_poll()
1534 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in pyepoll_poll()
1578 ms = _PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in pyepoll_poll()
Dtimemodule.c1840 millisecs = _PyTime_AsMilliseconds(secs, _PyTime_ROUND_CEILING); in pysleep()
Dsocketmodule.c741 ms = _PyTime_AsMilliseconds(interval, _PyTime_ROUND_CEILING); in internal_select()
2668 ms = _PyTime_AsMilliseconds(*timeout, _PyTime_ROUND_TIMEOUT); in socket_parse_timeout()
D_ssl.c2207 ms = (int)_PyTime_AsMilliseconds(timeout, _PyTime_ROUND_CEILING); in PySSL_select()
D_testcapimodule.c4134 ms = _PyTime_AsMilliseconds(t, round); in test_PyTime_AsMilliseconds()
/external/python/cpython3/Python/
Dpytime.c521 _PyTime_AsMilliseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMilliseconds() function