Searched refs:_PyTime_AsNanosecondsObject (Results 1 – 4 of 4) sorted by relevance
83 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()
4033 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()
119 PyAPI_FUNC(PyObject *) _PyTime_AsNanosecondsObject(_PyTime_t t);
467 _PyTime_AsNanosecondsObject(_PyTime_t t) in _PyTime_AsNanosecondsObject() function