Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dturnstile.c1122 thread->inheritor_flags = (TURNSTILE_INHERITOR_TURNSTILE | in turnstile_complete_common()
1334 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1337 assert(old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE); in turnstile_update_inheritor_locked()
1367 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1397 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1475 } else if (flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_stash_inheritor()
1476 thread->inheritor_flags |= TURNSTILE_INHERITOR_TURNSTILE; in turnstile_stash_inheritor()
2741 } else if (turnstile_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2767 } else if (turnstile->ts_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2819 TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_UPDATE_BOOST); in turnstile_update_inheritor_complete()
[all …]
H A Dturnstile.h260 TURNSTILE_INHERITOR_TURNSTILE = 0x8, enumerator
/xnu-11417.140.69/osfmk/ipc/
H A Dipc_port.c1464 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_port_check_circularity()
1651 flags | TURNSTILE_INHERITOR_TURNSTILE); in ipc_port_recv_update_inheritor()
1693 turnstile_update_flags_t inheritor_flags = TURNSTILE_INHERITOR_TURNSTILE; in ipc_port_send_update_inheritor()
H A Dipc_pset.c461 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in filt_machport_turnstile_prepare_lazily()
H A Dipc_importance.c2378 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_importance_check_circularity()
/xnu-11417.140.69/bsd/pthread/
H A Dpthread_workqueue.c3122 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in workq_kern_threadreq_initiate()
3320 flags |= TURNSTILE_INHERITOR_TURNSTILE; in workq_kern_threadreq_update_inheritor()
4653 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in workq_select_threadreq_or_park_and_unlock()