Searched refs:rh_hold_flags (Results 1 – 2 of 2) sorted by relevance
92 uint32_t rh_hold_flags; /* which are in use */ member
129 while (h->rh_hold_flags != 0 && h->rh_holder != pthread_self()) { in handle_hold_subhandles()137 if (h->rh_hold_flags == 0) in handle_hold_subhandles()139 assert(!(h->rh_hold_flags & mask)); in handle_hold_subhandles()140 h->rh_hold_flags |= mask; in handle_hold_subhandles()151 assert((h->rh_hold_flags & mask)); in handle_rele_subhandles()153 h->rh_hold_flags &= ~mask; in handle_rele_subhandles()154 if (h->rh_hold_flags == 0) in handle_rele_subhandles()