Searched refs:switch_cond (Results 1 – 2 of 2) sorted by relevance
125 static COND_T switch_cond; variable143 COND_INIT(switch_cond); in create_gil()158 COND_FINI(switch_cond); in destroy_gil()200 COND_WAIT(switch_cond, switch_mutex); in drop_gil()248 COND_SIGNAL(switch_cond); in take_gil()
62 int switch_cond(int x) { in switch_cond() function