Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval_gil.h76 #define COND_WAIT(cond, mut) \ macro
178 COND_WAIT(gil->switch_cond, gil->switch_mutex); in drop_gil()