Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dturnstile.c1137 thread->inheritor_flags = (TURNSTILE_INHERITOR_TURNSTILE | in turnstile_complete()
1261 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1264 assert(old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE); in turnstile_update_inheritor_locked()
1294 } else if (old_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1324 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()
1402 } else if (flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_stash_inheritor()
1403 thread->inheritor_flags |= TURNSTILE_INHERITOR_TURNSTILE; in turnstile_stash_inheritor()
2668 } else if (turnstile_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2694 } else if (turnstile->ts_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_priority_chain()
2746 TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_UPDATE_BOOST); in turnstile_update_inheritor_complete()
[all …]
H A Dturnstile.h248 TURNSTILE_INHERITOR_TURNSTILE = 0x8, enumerator
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.c1368 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_port_check_circularity()
1528 flags | TURNSTILE_INHERITOR_TURNSTILE); in ipc_port_recv_update_inheritor()
1570 turnstile_update_flags_t inheritor_flags = TURNSTILE_INHERITOR_TURNSTILE; in ipc_port_send_update_inheritor()
H A Dipc_pset.c538 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in filt_machport_turnstile_prepare_lazily()
H A Dipc_importance.c2359 (TURNSTILE_INHERITOR_TURNSTILE | TURNSTILE_IMMEDIATE_UPDATE)); in ipc_importance_check_circularity()
/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c2963 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in workq_kern_threadreq_initiate()
3133 flags |= TURNSTILE_INHERITOR_TURNSTILE; in workq_kern_threadreq_update_inheritor()
4264 TURNSTILE_IMMEDIATE_UPDATE | TURNSTILE_INHERITOR_TURNSTILE); in workq_select_threadreq_or_park_and_unlock()