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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1748 * the following conditions are met: 1) state "DEAD", 2) wantcnt is STOPUSING
1756 volatile UInt32 *wantcnt = (volatile UInt32 *)&pcb->inp_wantcnt; local
1776 origwant = *wantcnt;
1781 OSCompareAndSwap(origwant, newwant, wantcnt) ;
1793 origwant = *wantcnt;
1799 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));
1811 origwant = *wantcnt;
1823 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));

Completed in 22 milliseconds