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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c278 #define PTHRW_RWL_INIT PTH_RWL_IBIT /* reset state on the lock bits (U)*/ macro
459 kwq->kw_lastunlockseq = PTHRW_RWL_INIT; \
829 kwq->kw_lastunlockseq = PTHRW_RWL_INIT;
1590 int isinit = lgen & PTHRW_RWL_INIT;
1621 lgen &= ~PTHRW_RWL_INIT;
1757 int isinit = lgen & PTHRW_RWL_INIT;
1789 lgen &= ~PTHRW_RWL_INIT;
1908 int isinit = lgen & PTHRW_RWL_INIT;
1936 lgen &= ~PTHRW_RWL_INIT;
2059 int isinit = lgen & PTHRW_RWL_INIT;
[all...]

Completed in 77 milliseconds