Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h61 pthread_cond_t asru_cv; /* condition variable for asru_flags */ member
H A Dfmd_asru.c85 (void) pthread_cond_init(&ap->asru_cv, NULL); in fmd_asru_create()
432 (void) pthread_cond_broadcast(&ap->asru_cv); in fmd_asru_al_create()
1584 (void) pthread_cond_broadcast(&ap->asru_cv); in fmd_asru_setflags()
1611 (void) pthread_cond_broadcast(&ap->asru_cv); in fmd_asru_clrflags()
1637 (void) pthread_cond_broadcast(&ap->asru_cv); in fmd_asru_clrflags()
1651 (void) pthread_cond_broadcast(&ap->asru_cv); in fmd_asru_log_resolved()