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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c233 uint32_t kw_overlapwatch; /* chance for overlaps */ member in struct:ksyn_wait_queue
234 #define kw_initcount kw_overlapwatch /* number of incoming waiters with Ibit expected */
454 kwq->kw_overlapwatch = 0; \
1648 if ((kwq->kw_overlapwatch != 0) && ((rw_wc & PTHRW_RWS_SAVEMASK) == 0) && ((lgen & PTH_RWL_WBIT) == 0)) {
3369 kwq->kw_overlapwatch = 0;
3505 kwq->kw_overlapwatch = 1;
3536 kwq->kw_overlapwatch = 1;

Completed in 61 milliseconds