Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpytime.h179 PyAPI_FUNC(_PyTime_t) _PyTime_GetSystemClock(void);
/third_party/python/Modules/
D_randommodule.c253 now = _PyTime_GetSystemClock(); in random_seed_time_pid()
D_datetimemodule.c5052 _PyTime_t ts = _PyTime_GetSystemClock(); in datetime_best_possible()
/third_party/python/Python/
Dthread_pthread.h506 _PyTime_t realtime_deadline = _PyTime_GetSystemClock() + dt; in PyThread_acquire_lock_timed()
Dpytime.c769 _PyTime_GetSystemClock(void) in _PyTime_GetSystemClock() function