Home
last modified time | relevance | path

Searched refs:_PyTime_GetMonotonicClockWithInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpytime.h209 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
/third_party/python/Python/
Dpytime.c966 _PyTime_GetMonotonicClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetMonotonicClockWithInfo() function
1062 return _PyTime_GetMonotonicClockWithInfo(t, info); in _PyTime_GetPerfCounterWithInfo()
/third_party/python/Modules/
Dtimemodule.c1109 return _PyTime_GetMonotonicClockWithInfo(t, NULL);
1576 if (_PyTime_GetMonotonicClockWithInfo(&t, &info) < 0) {