Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libscf/common/
H A Dlowlevel.c122 (void) pthread_mutex_lock(&h->rh_lock); in handle_hold_subhandles()
128 (void) pthread_cond_wait(&h->rh_cv, &h->rh_lock); in handle_hold_subhandles()
135 (void) pthread_mutex_unlock(&h->rh_lock); in handle_hold_subhandles()
143 (void) pthread_mutex_lock(&h->rh_lock); in handle_rele_subhandles()
150 (void) pthread_mutex_unlock(&h->rh_lock); in handle_rele_subhandles()
517 assert(MUTEX_HELD(&h->rh_lock)); in handle_do_close()
541 assert(MUTEX_HELD(&h->rh_lock)); in handle_is_bound()
558 assert(MUTEX_HELD(&h->rh_lock)); in handle_has_server_locked()
569 (void) pthread_mutex_lock(&h->rh_lock); in handle_has_server()
571 (void) pthread_mutex_unlock(&h->rh_lock); in handle_has_server()
[all …]
H A Dlowlevel_impl.h63 pthread_mutex_t rh_lock; member