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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c258 #define PTH_RWL_KBIT 0x01 /* users cannot acquire in user mode */ macro
302 #define is_rwl_readinuser(x) ((((x) & (PTH_RWL_UBIT | PTH_RWL_KBIT)) == 0)||(((x) & PTH_RWL_LBIT) != 0))
604 updatebits = (kwq->kw_highseq & PTHRW_COUNT_MASK) | (PTH_RWL_EBIT | PTH_RWL_KBIT);
831 updatebits = lockseq | (PTH_RWL_KBIT | PTH_RWL_EBIT);
833 updatebits = (kwq->kw_highseq & PTHRW_COUNT_MASK) | (PTH_RWL_KBIT | PTH_RWL_EBIT);
3375 updatebits = PTH_RWL_EBIT | PTH_RWL_KBIT;
3441 updatebits |= (PTH_RWL_WBIT | PTH_RWL_KBIT);
3499 updatebits &= ~PTH_RWL_KBIT;
3582 updatebits |= PTH_RWL_KBIT| PTH_RWL_EBIT;
3623 if ((updatebits & (PTH_RWL_KBIT | PTH_RWL_EBI
[all...]

Completed in 25 milliseconds