Searched refs:_PyTime_GetSystemClockWithInfo (Results 1 – 3 of 3) sorted by relevance
195 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
780 _PyTime_GetSystemClockWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetSystemClockWithInfo() function1060 if (_PyTime_GetSystemClockWithInfo(&t, NULL) < 0) { in _PyTime_Init()
1534 if (_PyTime_GetSystemClockWithInfo(&t, &info) < 0) {