Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h207 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
/external/python/cpython3/Python/
Dpytime.c931 _PyTime_GetMonotonicClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetMonotonicClockWithInfo() function
1016 return _PyTime_GetMonotonicClockWithInfo(t, info); in _PyTime_GetPerfCounterWithInfo()
1042 if (_PyTime_GetMonotonicClockWithInfo(&t, NULL) < 0) { in _PyTime_Init()
/external/python/cpython3/Modules/
Dtimemodule.c1433 if (_PyTime_GetMonotonicClockWithInfo(&t, &info) < 0) { in time_get_clock_info()