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

/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c143 uint32_t kw_highseq; /* highest seq in the queue */ member in struct:ksyn_wait_queue
376 uint32_t updatebits = (kwq->kw_highseq & PTHRW_COUNT_MASK) | (PTH_RWL_EBIT | PTH_RWL_KBIT);
723 updatebits = (kwq->kw_highseq & PTHRW_COUNT_MASK) | (PTH_RWL_KBIT | PTH_RWL_EBIT);
2269 if (kwq->kw_highseq == curseq) {
2270 kwq->kw_highseq = find_nexthighseq(kwq);
2274 kwq->kw_highseq = 0;
2402 kwq->kw_highseq = lockseq;
2407 if (is_seqhigher(lockseq, kwq->kw_highseq)) {
2408 kwq->kw_highseq = lockseq;

Completed in 120 milliseconds