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

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

Completed in 24 milliseconds