Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c83 return _PyTime_AsNanosecondsObject(t); in time_time_ns()
231 return _PyTime_AsNanosecondsObject(t); in time_clock_gettime_ns()
1069 return _PyTime_AsNanosecondsObject(t); in time_monotonic_ns()
1092 return _PyTime_AsNanosecondsObject(t); in time_perf_counter_ns()
1278 return _PyTime_AsNanosecondsObject(t); in time_process_time_ns()
1383 return _PyTime_AsNanosecondsObject(t); in time_thread_time_ns()
D_testcapimodule.c4033 return _PyTime_AsNanosecondsObject(ts); in test_pytime_fromseconds()
4049 return _PyTime_AsNanosecondsObject(ts); in test_pytime_fromsecondsobject()
4137 return _PyTime_AsNanosecondsObject(ms); in test_PyTime_AsMilliseconds()
4158 return _PyTime_AsNanosecondsObject(ms); in test_PyTime_AsMicroseconds()
/external/python/cpython3/Include/
Dpytime.h119 PyAPI_FUNC(PyObject *) _PyTime_AsNanosecondsObject(_PyTime_t t);
/external/python/cpython3/Python/
Dpytime.c467 _PyTime_AsNanosecondsObject(_PyTime_t t) in _PyTime_AsNanosecondsObject() function