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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c281 #define PTH_RWS_SBIT 0x01 /* kernel transition seq not set yet*/ macro
283 #define PTH_RWS_CV_CBIT PTH_RWS_SBIT /* kernel has cleared all info w.r.s.t CV */
289 #define PTHRW_RWS_INIT PTH_RWS_SBIT /* reset on the lock bits (U)*/
293 #define PTHRW_RWS_INIT PTH_RWS_SBIT /* reset on the lock bits (U)*/
309 #define is_rws_setseq(x) (((x) & PTH_RWS_SBIT))

Completed in 12 milliseconds