Searched refs:_PyTime_AsMicroseconds (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Modules/ |
D | _queuemodule.c | 224 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.c | 96 microseconds = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_CEILING); in acquire_timed() 166 microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT); in lock_acquire_parse_args()
|
D | faulthandler.c | 707 timeout_us = _PyTime_AsMicroseconds(timeout, _PyTime_ROUND_TIMEOUT); in faulthandler_dump_traceback_later()
|
D | _testcapimodule.c | 4734 ms = _PyTime_AsMicroseconds(t, round); in test_PyTime_AsMicroseconds()
|
/third_party/python/Include/cpython/ |
D | pytime.h | 111 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
|
/third_party/python/Python/ |
D | thread_nt.h | 86 _PyTime_t microseconds = _PyTime_AsMicroseconds(nanoseconds, _PyTime_ROUND_TIMEOUT); in EnterNonRecursiveMutex()
|
D | import.c | 1534 (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()
|
D | pytime.c | 533 _PyTime_AsMicroseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMicroseconds() function
|