Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h64 pthread_cond_t rh_cv; member
H A Dlowlevel.c132 (void) pthread_cond_wait(&h->rh_cv, &h->rh_lock); in handle_hold_subhandles()
153 (void) pthread_cond_signal(&h->rh_cv); in handle_rele_subhandles()
1173 (void) pthread_cond_wait(&handle->rh_cv, &handle->rh_lock); in scf_handle_bind()
3410 (void) pthread_cond_broadcast(&h->rh_cv); in _scf_notify_wait()