Searched refs:py_get_monotonic_clock (Results 1 – 1 of 1) sorted by relevance
1046 py_get_monotonic_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_monotonic_clock() function1174 if (py_get_monotonic_clock(&t, NULL, 0) < 0) { in _PyTime_GetMonotonicClock()1186 return py_get_monotonic_clock(tp, info, 1); in _PyTime_GetMonotonicClockWithInfo()1283 res = py_get_monotonic_clock(&t, NULL, 0); in _PyTime_GetPerfCounter()