Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpytime.c765 pymonotonic(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in pymonotonic() function
922 if (pymonotonic(&t, NULL, 0) < 0) { in _PyTime_GetMonotonicClock()
933 return pymonotonic(tp, info, 1); in _PyTime_GetMonotonicClockWithInfo()