Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpytime.h238 PyAPI_FUNC(int) _PyTime_GetPerfCounterWithInfo(
/third_party/python/Modules/
Dtimemodule.c1148 return _PyTime_GetPerfCounterWithInfo(t, NULL);
1581 if (_PyTime_GetPerfCounterWithInfo(&t, &info) < 0) {
/third_party/python/Python/
Dpytime.c1057 _PyTime_GetPerfCounterWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetPerfCounterWithInfo() function