Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h142 int rw_thrcount; /* disconnect should wait for this count to become zero */ member
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c658 unp->rw_thrcount++; in sowakeup()
671 unp->rw_thrcount--; in sowakeup()
672 if (unp->rw_thrcount == 0) { in sowakeup()
685 unp->rw_thrcount--; in sowakeup()
686 if (unp->rw_thrcount == 0) { in sowakeup()
H A Duipc_usrreq.c201 unp->rw_thrcount++; in unp_get_locks_in_order()
207 unp->rw_thrcount--; in unp_get_locks_in_order()
208 if (unp->rw_thrcount == 0) { in unp_get_locks_in_order()