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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c264 #define PTH_RWL_LBIT 0x10 /* long read in progress */ macro
302 #define is_rwl_readinuser(x) ((((x) & (PTH_RWL_UBIT | PTH_RWL_KBIT)) == 0)||(((x) & PTH_RWL_LBIT) != 0))
304 #define is_rwl_lbit_set(x) (((x) & PTH_RWL_LBIT) != 0)
3498 updatebits |= PTH_RWL_LBIT;
3778 if ((kwq->kw_nextseqword & PTH_RWL_LBIT) == 0) {

Completed in 72 milliseconds