Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpytime.c659 py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in py_get_system_clock() function
772 if (py_get_system_clock(&t, NULL, 0) < 0) { in _PyTime_GetSystemClock()
783 return py_get_system_clock(t, info, 1); in _PyTime_GetSystemClockWithInfo()