Home
last modified time | relevance | path

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

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