Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c355 (void) cond_wait(&chg.chg_cv, in chg_get_statusChange()
433 (void) cond_broadcast(&chg.chg_cv); in chg_notify_statusChange()
526 (void) cond_broadcast(&chg->chg_cv); in cleanup_threads()
H A Dcachemgr.h87 cond_t chg_cv; /* cond var for synchronization */ member