Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpytime.c788 py_mach_timebase_info(_PyTime_t *pnumer, _PyTime_t *pdenom, int raise) in py_mach_timebase_info() function
880 if (py_mach_timebase_info(&timebase_numer, &timebase_denom, raise) < 0) { in py_get_monotonic_clock()