Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c1101 _PyTime_GetProcessTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetProcessTimeWithInfo() function
1260 if (_PyTime_GetProcessTimeWithInfo(&t, NULL) < 0) { in time_process_time()
1275 if (_PyTime_GetProcessTimeWithInfo(&t, NULL) < 0) { in time_process_time_ns()
1443 if (_PyTime_GetProcessTimeWithInfo(&t, &info) < 0) { in time_get_clock_info()