Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h195 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
/external/python/cpython3/Python/
Dpytime.c780 _PyTime_GetSystemClockWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetSystemClockWithInfo() function
1060 if (_PyTime_GetSystemClockWithInfo(&t, NULL) < 0) { in _PyTime_Init()
/external/python/cpython3/Modules/
Dtimemodule.c1534 if (_PyTime_GetSystemClockWithInfo(&t, &info) < 0) {