Searched refs:_PyTime_GetMonotonicClockWithInfo (Results 1 – 3 of 3) sorted by relevance
209 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
966 _PyTime_GetMonotonicClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetMonotonicClockWithInfo() function1062 return _PyTime_GetMonotonicClockWithInfo(t, info); in _PyTime_GetPerfCounterWithInfo()
1109 return _PyTime_GetMonotonicClockWithInfo(t, NULL);1576 if (_PyTime_GetMonotonicClockWithInfo(&t, &info) < 0) {