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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c282 #define PTH_RWS_IBIT 0x02 /* Sequence is not set on return from kernel */ macro
284 #define PTH_RWS_CV_PBIT PTH_RWS_IBIT /* kernel has prepost/fake structs only,no waiters */
310 #define is_rws_setunlockinit(x) (((x) & PTH_RWS_IBIT))

Completed in 16 milliseconds