Searched refs:py_get_monotonic_clock (Results 1 – 1 of 1) sorted by relevance
837 py_get_monotonic_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in py_get_monotonic_clock() function957 if (py_get_monotonic_clock(&t, NULL, 0) < 0) { in _PyTime_GetMonotonicClock()968 return py_get_monotonic_clock(tp, info, 1); in _PyTime_GetMonotonicClockWithInfo()1075 res = py_get_monotonic_clock(&t, NULL, 0); in _PyTime_GetPerfCounter()