Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.c1171 thread->inheritor_flags = (TURNSTILE_INHERITOR_TURNSTILE | in turnstile_complete_common()
1383 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1386 assert(old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE); in turnstile_update_inheritor_locked()
1416 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1446 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1524 } else if (flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_stash_inheritor()
1525 thread->inheritor_flags |= TURNSTILE_INHERITOR_TURNSTILE; in turnstile_stash_inheritor()
2790 } else if (turnstile_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2816 } else if (turnstile->ts_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2868 TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_UPDATE_BOOST); in turnstile_update_inheritor_complete()
[all …]
H A Dturnstile.h250 TURNSTILE_INHERITOR_TURNSTILE = 0x8, enumerator
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.c1360 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_port_check_circularity()
1547 flags | TURNSTILE_INHERITOR_TURNSTILE); in ipc_port_recv_update_inheritor()
1589 turnstile_update_flags_t inheritor_flags = TURNSTILE_INHERITOR_TURNSTILE; in ipc_port_send_update_inheritor()
H A Dipc_pset.c429 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in filt_machport_turnstile_prepare_lazily()
H A Dipc_importance.c2358 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_importance_check_circularity()
/xnu-8792.41.9/bsd/pthread/
H A Dpthread_workqueue.c3049 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in workq_kern_threadreq_initiate()
3219 flags |= TURNSTILE_INHERITOR_TURNSTILE; in workq_kern_threadreq_update_inheritor()
4350 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in workq_select_threadreq_or_park_and_unlock()