Searched refs:switch_cond (Results 1 – 3 of 3) sorted by relevance
118 COND_INIT(_PyRuntime.ceval.gil.switch_cond); in create_gil()134 COND_FINI(_PyRuntime.ceval.gil.switch_cond); in destroy_gil()183 COND_WAIT(_PyRuntime.ceval.gil.switch_cond, in drop_gil()237 COND_SIGNAL(_PyRuntime.ceval.gil.switch_cond); in take_gil()
62 int switch_cond(int x) { in switch_cond() function
38 PyCOND_T switch_cond; member