Searched refs:_PyTime_GetSystemClockWithInfo (Results 1 – 3 of 3) sorted by relevance
185 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
81 return _PyTime_GetSystemClockWithInfo(t, NULL); in get_system_time()1571 if (_PyTime_GetSystemClockWithInfo(&t, &info) < 0) {
781 _PyTime_GetSystemClockWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetSystemClockWithInfo() function