Searched refs:_PyTime_GetMonotonicClockWithInfo (Results 1 – 3 of 3) sorted by relevance
207 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
931 _PyTime_GetMonotonicClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetMonotonicClockWithInfo() function1016 return _PyTime_GetMonotonicClockWithInfo(t, info); in _PyTime_GetPerfCounterWithInfo()1042 if (_PyTime_GetMonotonicClockWithInfo(&t, NULL) < 0) { in _PyTime_Init()
1433 if (_PyTime_GetMonotonicClockWithInfo(&t, &info) < 0) { in time_get_clock_info()