Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c237 (void) pthread_cond_init(&sp->sch_cv, NULL); in fmd_scheme_create()
433 (void) pthread_cond_broadcast(&sp->sch_cv); in fmd_scheme_hash_lookup()
438 (void) pthread_cond_wait(&sp->sch_cv, &sp->sch_lock); in fmd_scheme_hash_lookup()
H A Dfmd_scheme.h65 pthread_cond_t sch_cv; /* condition variable for sch_loaded */ member