Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcondvar.h53 void _PyThread_cond_after(long long us, struct timespec *abs);
72 _PyThread_cond_after(us, &abs); in PyCOND_TIMEDWAIT()
Dthread_pthread.h171 _PyThread_cond_after(long long us, struct timespec *abs) in _PyThread_cond_after() function
657 _PyThread_cond_after(microseconds, &abs); in PyThread_acquire_lock_timed()