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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c231 uint32_t kw_nextseqword; /* the last seq that unlocked; with num of waiters */ member in struct:ksyn_wait_queue
232 #define kw_initrecv kw_nextseqword /* number of incoming waiters with Ibit seen sofar */
453 kwq->kw_nextseqword = PTHRW_RWS_INIT; \
1650 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_RWRDLOCK | DBG_FUNC_NONE, (uint32_t)rwlock, 10, kwq->kw_nextseqword, kwq->kw_lastseqword, 0);
2825 nkwq->kw_nextseqword = PTHRW_RWS_INIT;
3392 kwq->kw_nextseqword = (rw_wc & PTHRW_COUNT_MASK) + updatebits;
3546 kwq->kw_nextseqword = (rw_wc & PTHRW_COUNT_MASK) + updatebits;
3622 kwq->kw_nextseqword = (rw_wc & PTHRW_COUNT_MASK) + updatebits;
3655 kwq->kw_nextseqword = (rw_wc & PTHRW_COUNT_MASK) + updatebits;
3680 kwq->kw_nextseqword
[all...]

Completed in 9 milliseconds