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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c289 #define PTHRW_RWS_INIT PTH_RWS_SBIT /* reset on the lock bits (U)*/ macro
293 #define PTHRW_RWS_INIT PTH_RWS_SBIT /* reset on the lock bits (U)*/ macro
430 kwq->kw_pre_sseq = PTHRW_RWS_INIT; \
453 kwq->kw_nextseqword = PTHRW_RWS_INIT; \
458 kwq->kw_pre_sseq = PTHRW_RWS_INIT; \
460 kwq->kw_lastseqword = PTHRW_RWS_INIT; \
467 kwq->kw_sword = PTHRW_RWS_INIT; \
2823 nkwq->kw_lastseqword = PTHRW_RWS_INIT;
2825 nkwq->kw_nextseqword = PTHRW_RWS_INIT;
2827 nkwq->kw_pre_sseq = PTHRW_RWS_INIT;
[all...]

Completed in 65 milliseconds