Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dunpcb.h140 uint32_t rw_thrcount; /* disconnect should wait for this count to become zero */ member
/xnu-11215.81.4/bsd/kern/
H A Duipc_socket2.c661 unp->rw_thrcount++; in sowakeup()
674 unp->rw_thrcount--; in sowakeup()
675 if (unp->rw_thrcount == 0) { in sowakeup()
688 unp->rw_thrcount--; in sowakeup()
689 if (unp->rw_thrcount == 0) { in sowakeup()
H A Duipc_usrreq.c240 unp->rw_thrcount++; in unp_get_locks_in_order()
246 unp->rw_thrcount--; in unp_get_locks_in_order()
247 if (unp->rw_thrcount == 0) { in unp_get_locks_in_order()