Searched refs:rh_hold_flags (Results 1 – 2 of 2) sorted by relevance
91 uint32_t rh_hold_flags; /* which are in use */ member
123 while (h->rh_hold_flags != 0 && h->rh_holder != pthread_self()) { in handle_hold_subhandles()131 if (h->rh_hold_flags == 0) in handle_hold_subhandles()133 assert(!(h->rh_hold_flags & mask)); in handle_hold_subhandles()134 h->rh_hold_flags |= mask; in handle_hold_subhandles()145 assert((h->rh_hold_flags & mask)); in handle_rele_subhandles()147 h->rh_hold_flags &= ~mask; in handle_rele_subhandles()148 if (h->rh_hold_flags == 0) in handle_rele_subhandles()