Home
last modified time | relevance | path

Searched refs:_PyThread_cond_after (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dcondvar.h53 void _PyThread_cond_after(long long us, struct timespec *abs);
72 _PyThread_cond_after(us, &abs); in PyCOND_TIMEDWAIT()
Dthread_pthread.h155 _PyThread_cond_after(long long us, struct timespec *abs) in _PyThread_cond_after() function
625 _PyThread_cond_after(microseconds, &abs); in PyThread_acquire_lock_timed()