Home
last modified time | relevance | path

Searched refs:old_inheritor_flags (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.c1288 turnstile_update_flags_t old_inheritor_flags = turnstile->ts_inheritor_flags; in turnstile_update_inheritor_locked() local
1311 assert(old_inheritor_flags & TURNSTILE_INHERITOR_THREAD); in turnstile_update_inheritor_locked()
1332 assert(old_inheritor_flags & TURNSTILE_INHERITOR_THREAD); in turnstile_update_inheritor_locked()
1340 assert(old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE); in turnstile_update_inheritor_locked()
1365 if (old_inheritor_flags & TURNSTILE_INHERITOR_THREAD) { in turnstile_update_inheritor_locked()
1370 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1375 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_locked()
1426 old_inheritor_flags |= TURNSTILE_INHERITOR_NEEDS_PRI_UPDATE; in turnstile_update_inheritor_locked()
1434 old_inheritor_flags |= TURNSTILE_NEEDS_PRI_UPDATE; in turnstile_update_inheritor_locked()
1440 thread->inheritor_flags = old_inheritor_flags; in turnstile_update_inheritor_locked()