Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c128 (void) pthread_mutex_lock(&h->rh_lock); in handle_hold_subhandles()
134 (void) pthread_cond_wait(&h->rh_cv, &h->rh_lock); in handle_hold_subhandles()
141 (void) pthread_mutex_unlock(&h->rh_lock); in handle_hold_subhandles()
149 (void) pthread_mutex_lock(&h->rh_lock); in handle_rele_subhandles()
156 (void) pthread_mutex_unlock(&h->rh_lock); in handle_rele_subhandles()
535 assert(MUTEX_HELD(&h->rh_lock)); in handle_do_close()
559 assert(MUTEX_HELD(&h->rh_lock)); in handle_is_bound()
576 assert(MUTEX_HELD(&h->rh_lock)); in handle_has_server_locked()
587 (void) pthread_mutex_lock(&h->rh_lock); in handle_has_server()
589 (void) pthread_mutex_unlock(&h->rh_lock); in handle_has_server()
[all …]
H A Dlowlevel_impl.h63 pthread_mutex_t rh_lock; member