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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c424 #define KW_UNLOCK_PREPOST_LREADLOCK 0x10 macro
1829 error = kwq_handle_unlock(kwq, preseq, prerw_wc, &updatebits, (KW_UNLOCK_PREPOST_LREADLOCK|KW_UNLOCK_PREPOST), &block, lgen);
3199 if ((kwq->kw_ksynqueues[KSYN_QUEUE_LREAD].ksynq_count != 0) || ((flags & KW_UNLOCK_PREPOST_LREADLOCK) != 0)) {
3204 if (((flags & KW_UNLOCK_PREPOST_LREADLOCK) != 0) && (is_seqlower(premgen, kw_flr) != 0))
3454 if (((flags & KW_UNLOCK_PREPOST_LREADLOCK) != 0) &&
3466 if (((flags & KW_UNLOCK_PREPOST_LREADLOCK) != 0) &&
3483 if (((flags & KW_UNLOCK_PREPOST_LREADLOCK) != 0) &&
3500 if ((flags & (KW_UNLOCK_PREPOST_READLOCK | KW_UNLOCK_PREPOST_LREADLOCK)) != 0)

Completed in 21 milliseconds