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

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.h67 pthread_cond_t sch_cv; /* condition variable for sch_loaded */ member in struct:fmd_scheme
H A Dfmd_scheme.c220 (void) pthread_cond_init(&sp->sch_cv, NULL);
416 (void) pthread_cond_broadcast(&sp->sch_cv);
421 (void) pthread_cond_wait(&sp->sch_cv, &sp->sch_lock);

Completed in 79 milliseconds