Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.c1344 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_locked()
1375 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_locked()
1405 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_locked()
1481 } else if (flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_stash_inheritor()
1482 thread->inheritor_flags |= TURNSTILE_INHERITOR_WORKQ; in turnstile_stash_inheritor()
2763 assert((turnstile_flags & TURNSTILE_INHERITOR_WORKQ) == 0); in turnstile_update_inheritor_priority_chain()
2782 } else if (turnstile->ts_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_priority_chain()
2872 } else if (inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_cleanup()
3353 if (ts->ts_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in kdp_turnstile_traverse_inheritor_chain()
H A Dturnstile.h263 TURNSTILE_INHERITOR_WORKQ = 0x40, enumerator
/xnu-12377.81.4/bsd/pthread/
H A Dpthread_workqueue.c1286 workq_turnstile_update_inheritor(wq, wq, TURNSTILE_INHERITOR_WORKQ); in workq_push_idle_thread()
4491 workq_turnstile_update_inheritor(wq, wq, TURNSTILE_INHERITOR_WORKQ); in workq_schedule_creator()