Searched refs:_PyTime_GetPerfCounterWithInfo (Results 1 – 3 of 3) sorted by relevance
237 PyAPI_FUNC(int) _PyTime_GetPerfCounterWithInfo(
1032 _PyTime_GetPerfCounterWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetPerfCounterWithInfo() function1046 if (_PyTime_GetPerfCounterWithInfo(&t, NULL)) { in _PyTime_GetPerfCounter()1066 if (_PyTime_GetPerfCounterWithInfo(&t, NULL) < 0) { in _PyTime_Init()
154 if (_PyTime_GetPerfCounterWithInfo(&t, info) < 0) { in perf_counter()1544 if (_PyTime_GetPerfCounterWithInfo(&t, &info) < 0) {