Searched refs:_PyTime_GetSystemClockWithInfo (Results 1 – 3 of 3) sorted by relevance
166 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
628 _PyTime_GetSystemClockWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetSystemClockWithInfo() function760 if (_PyTime_GetSystemClockWithInfo(&t, NULL) < 0) in _PyTime_Init()
1403 if (_PyTime_GetSystemClockWithInfo(&t, info) < 0) { in floattime()