Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpytime.c653 pygettimeofday(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in pygettimeofday() function
751 if (pygettimeofday(&t, NULL, 0) < 0) { in _PyTime_GetSystemClock()
761 return pygettimeofday(t, info, 1); in _PyTime_GetSystemClockWithInfo()