Searched refs:rh_hold_flags (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h89 uint32_t rh_hold_flags; /* which are in use */ member in struct:scf_handle
H A Dlowlevel.c122 while (h->rh_hold_flags != 0 && h->rh_holder != pthread_self()) {
130 if (h->rh_hold_flags == 0)
132 assert(!(h->rh_hold_flags & mask));
133 h->rh_hold_flags |= mask;
144 assert((h->rh_hold_flags & mask));
146 h->rh_hold_flags &= ~mask;
147 if (h->rh_hold_flags == 0)

Completed in 42 milliseconds