Searched refs:pygettimeofday (Results 1 – 1 of 1) sorted by relevance
653 pygettimeofday(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in pygettimeofday() function751 if (pygettimeofday(&t, NULL, 0) < 0) { in _PyTime_GetSystemClock()761 return pygettimeofday(t, info, 1); in _PyTime_GetSystemClockWithInfo()