Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h91 pthread_t rh_holder; /* thread using subhandles */ member
H A Dlowlevel.c127 while (h->rh_hold_flags != 0 && h->rh_holder != pthread_self()) { in handle_hold_subhandles()
136 h->rh_holder = pthread_self(); in handle_hold_subhandles()
148 assert(h->rh_holder == pthread_self()); in handle_rele_subhandles()