Searched refs:chg_cv (Results 1 – 2 of 2) sorted by relevance
352 (void) cond_wait(&chg.chg_cv, in chg_get_statusChange()430 (void) cond_broadcast(&chg.chg_cv); in chg_notify_statusChange()523 (void) cond_broadcast(&chg->chg_cv); in cleanup_threads()
87 cond_t chg_cv; /* cond var for synchronization */ member