Home
last modified time | relevance | path

Searched refs:_PyTime_GetSystemClock (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h171 PyAPI_FUNC(_PyTime_t) _PyTime_GetSystemClock(void);
/external/python/cpython3/Modules/
D_randommodule.c221 now = _PyTime_GetSystemClock(); in random_seed_time_pid()
Dtimemodule.c68 _PyTime_t t = _PyTime_GetSystemClock(); in time_time()
82 _PyTime_t t = _PyTime_GetSystemClock(); in time_time_ns()
D_datetimemodule.c4823 _PyTime_t ts = _PyTime_GetSystemClock(); in datetime_best_possible()
/external/python/cpython3/Python/
Dthread_pthread.h389 _PyTime_t realtime_deadline = _PyTime_GetSystemClock() + dt; in PyThread_acquire_lock_timed()
Dpytime.c748 _PyTime_GetSystemClock(void) in _PyTime_GetSystemClock() function