Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c102 _PyTime_GetClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetClockWithInfo() function
165 if (_PyTime_GetClockWithInfo(&t, info) < 0) { in pyclock()
1252 return _PyTime_GetClockWithInfo(tp, info); in _PyTime_GetProcessTimeWithInfo()