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

/xnu-2422.115.4/bsd/sys/
H A Dunpcb.h138 int rw_thrcount; /* disconnect should wait for this count to become zero */ member in struct:unpcb
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c186 unp->rw_thrcount++;
192 unp->rw_thrcount--;
193 if (unp->rw_thrcount == 0) {

Completed in 14 milliseconds