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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c221 uint32_t kw_highseq; /* highest seq in the queue */ member in struct:ksyn_wait_queue
604 updatebits = (kwq->kw_highseq & PTHRW_COUNT_MASK) | (PTH_RWL_EBIT | PTH_RWL_KBIT);
833 updatebits = (kwq->kw_highseq & PTHRW_COUNT_MASK) | (PTH_RWL_KBIT | PTH_RWL_EBIT);
3687 kwq->kw_pre_intrseq = kwq->kw_highseq;
3961 kwq->kw_highseq = 0;
3965 if (kwq->kw_highseq == curseq)
3966 kwq->kw_highseq = find_nexthighseq(kwq);
3995 kwq->kw_highseq = 0;
3999 if (kwq->kw_highseq == curseq)
4000 kwq->kw_highseq
[all...]

Completed in 23 milliseconds