Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h153 PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts);
/external/python/cpython3/Modules/
Dtimemodule.c228 if (_PyTime_FromTimespec(&t, &ts) < 0) { in time_clock_gettime_ns()
1164 if (_PyTime_FromTimespec(tp, &ts) < 0) { in _PyTime_GetProcessTimeWithInfo()
1353 if (_PyTime_FromTimespec(tp, &ts) < 0) { in _PyTime_GetThreadTimeWithInfo()
/external/python/cpython3/Python/
Dpytime.c328 _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts) in _PyTime_FromTimespec() function