Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpytime.h185 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
/third_party/python/Modules/
Dtimemodule.c81 return _PyTime_GetSystemClockWithInfo(t, NULL); in get_system_time()
1571 if (_PyTime_GetSystemClockWithInfo(&t, &info) < 0) {
/third_party/python/Python/
Dpytime.c781 _PyTime_GetSystemClockWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetSystemClockWithInfo() function