Home
last modified time | relevance | path

Searched refs:_PyTime_AsMicroseconds (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h99 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
/external/python/cpython3/Modules/
D_threadmodule.c62 microseconds = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_CEILING); in acquire_timed()
132 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_CEILING); in lock_acquire_parse_args()
D_testcapimodule.c3868 ms = _PyTime_AsMicroseconds(t, round); in test_PyTime_AsMicroseconds()
/external/python/cpython3/Python/
Dpytime.c404 _PyTime_AsMicroseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMicroseconds() function