Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h88 PyAPI_FUNC(_PyTime_t) _PyTime_FromNanoseconds(_PyTime_t ns);
/external/python/cpython3/Python/
Dthread_pthread.h359 _PyTime_t timeout = _PyTime_FromNanoseconds(microseconds * 1000); in PyThread_acquire_lock_timed()
Dpytime.c255 _PyTime_FromNanoseconds(_PyTime_t ns) in _PyTime_FromNanoseconds() function
/external/python/cpython3/Modules/
Dtimemodule.c1134 t = _PyTime_FromNanoseconds((ktime + utime) * 100); in _PyTime_GetProcessTimeWithInfo()
1323 t = _PyTime_FromNanoseconds((ktime + utime) * 100); in _PyTime_GetThreadTimeWithInfo()