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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h112 pthread_cond_t xi_cv; /* condition variable for xi_flags */ member in struct:fmd_xprt_impl
H A Dfmd_xprt.c771 (void) pthread_cond_init(&xip->xi_cv, NULL);
943 (void) pthread_cond_wait(&xip->xi_cv, &xip->xi_lock);
1021 (void) pthread_cond_broadcast(&xip->xi_cv);
1024 (void) pthread_cond_wait(&xip->xi_cv, &xip->xi_lock);
1044 (void) pthread_cond_broadcast(&xip->xi_cv);
1476 (void) pthread_cond_wait(&xip->xi_cv, &xip->xi_lock);
1754 (void) pthread_cond_broadcast(&xip->xi_cv);

Completed in 64 milliseconds