Searched refs:tmr_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h53 pthread_cond_t tmr_cv; /* condition variable for waiting on tmr_func */ member in struct:fmd_timer
H A Dfmd_timerq.c62 (void) pthread_cond_init(&tp->tmr_cv, NULL);
159 (void) pthread_cond_wait(&tp->tmr_cv, &tmq->tmq_lock);
229 (void) pthread_cond_broadcast(&tp->tmr_cv);

Completed in 55 milliseconds