Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_queuemodule.c224 microseconds = _PyTime_AsMicroseconds(timeout_val, in _queue_SimpleQueue_get_impl()
264 microseconds = _PyTime_AsMicroseconds(timeout_val, _PyTime_ROUND_CEILING); in _queue_SimpleQueue_get_impl()
D_threadmodule.c96 microseconds = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_CEILING); in acquire_timed()
166 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT); in lock_acquire_parse_args()
Dfaulthandler.c707 timeout_us = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_TIMEOUT); in faulthandler_dump_traceback_later()
D_testcapimodule.c4734 ms = _PyTime_AsMicroseconds(t, round); in test_PyTime_AsMicroseconds()
/third_party/python/Include/cpython/
Dpytime.h111 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
/third_party/python/Python/
Dthread_nt.h86 _PyTime_t microseconds = _PyTime_AsMicroseconds(nanoseconds, _PyTime_ROUND_TIMEOUT); in EnterNonRecursiveMutex()
Dimport.c1534 (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING), in import_find_and_load()
1535 (long)_PyTime_AsMicroseconds(cum, _PyTime_ROUND_CEILING), in import_find_and_load()
Dpytime.c533 _PyTime_AsMicroseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMicroseconds() function