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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c266 #define PTH_RWL_UBIT 0x20 /* upgrade request pending */ macro
302 #define is_rwl_readinuser(x) ((((x) & (PTH_RWL_UBIT | PTH_RWL_KBIT)) == 0)||(((x) & PTH_RWL_LBIT) != 0))
306 #define is_rw_ubit_set(x) (((x) & PTH_RWL_UBIT) != 0)

Completed in 12 milliseconds