Home
last modified time | relevance | path

Searched refs:py_get_win_perf_counter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dpytime.c1228 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_win_perf_counter() function
1268 return py_get_win_perf_counter(t, info, 1); in _PyTime_GetPerfCounterWithInfo()
1281 res = py_get_win_perf_counter(&t, NULL, 0); in _PyTime_GetPerfCounter()