Searched refs:_PyTime_AsMicroseconds (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Modules/ |
D | _queuemodule.c | 199 microseconds = _PyTime_AsMicroseconds(timeout_val, in _queue_SimpleQueue_get_impl() 237 microseconds = _PyTime_AsMicroseconds(timeout_val, _PyTime_ROUND_CEILING); in _queue_SimpleQueue_get_impl()
|
D | _threadmodule.c | 55 microseconds = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_CEILING); in acquire_timed() 125 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT); in lock_acquire_parse_args()
|
D | faulthandler.c | 664 timeout_us = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_TIMEOUT); in faulthandler_dump_traceback_later()
|
D | _testcapimodule.c | 4155 ms = _PyTime_AsMicroseconds(t, round); in test_PyTime_AsMicroseconds()
|
/external/python/cpython3/Include/ |
D | pytime.h | 114 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
|
/external/python/cpython3/Python/ |
D | import.c | 1659 (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING), in import_find_and_load() 1660 (long)_PyTime_AsMicroseconds(cum, _PyTime_ROUND_CEILING), in import_find_and_load()
|
D | pytime.c | 527 _PyTime_AsMicroseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMicroseconds() function
|