Searched refs:_PyThread_cond_after (Results 1 – 2 of 2) sorted by relevance
53 void _PyThread_cond_after(long long us, struct timespec *abs);72 _PyThread_cond_after(us, &abs); in PyCOND_TIMEDWAIT()
171 _PyThread_cond_after(long long us, struct timespec *abs) in _PyThread_cond_after() function657 _PyThread_cond_after(microseconds, &abs); in PyThread_acquire_lock_timed()