Home
last modified time | relevance | path

Searched refs:rw_thrcount (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dunpcb.h140 uint32_t rw_thrcount; /* disconnect should wait for this count to become zero */ member
/xnu-8792.81.2/bsd/kern/
H A Duipc_socket2.c660 unp->rw_thrcount++; in sowakeup()
673 unp->rw_thrcount--; in sowakeup()
674 if (unp->rw_thrcount == 0) { in sowakeup()
687 unp->rw_thrcount--; in sowakeup()
688 if (unp->rw_thrcount == 0) { in sowakeup()
H A Duipc_usrreq.c222 unp->rw_thrcount++; in unp_get_locks_in_order()
228 unp->rw_thrcount--; in unp_get_locks_in_order()
229 if (unp->rw_thrcount == 0) { in unp_get_locks_in_order()