Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval_gil.h82 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ macro
208 COND_TIMED_WAIT(_PyRuntime.ceval.gil.cond, _PyRuntime.ceval.gil.mutex, in take_gil()