Searched refs:sch_cv (Results 1 – 2 of 2) sorted by relevance
220 (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()
67 pthread_cond_t sch_cv; /* condition variable for sch_loaded */ member