Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.c1173 thread->inheritor_flags = (TURNSTILE_INHERITOR_TURNSTILE | in turnstile_complete_common()
1385 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1388 assert(old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE); in turnstile_update_inheritor_locked()
1418 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1448 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1526 } else if (flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_stash_inheritor()
1527 thread->inheritor_flags |= TURNSTILE_INHERITOR_TURNSTILE; in turnstile_stash_inheritor()
2792 } else if (turnstile_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2818 } else if (turnstile->ts_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2870 TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_UPDATE_BOOST); in turnstile_update_inheritor_complete()
[all …]
H A Dturnstile.h255 TURNSTILE_INHERITOR_TURNSTILE = 0x8, enumerator
/xnu-10002.1.13/osfmk/ipc/
H A Dipc_port.c1384 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_port_check_circularity()
1571 flags | TURNSTILE_INHERITOR_TURNSTILE); in ipc_port_recv_update_inheritor()
1613 turnstile_update_flags_t inheritor_flags = TURNSTILE_INHERITOR_TURNSTILE; in ipc_port_send_update_inheritor()
H A Dipc_pset.c447 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in filt_machport_turnstile_prepare_lazily()
H A Dipc_importance.c2362 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_importance_check_circularity()
/xnu-10002.1.13/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()