Home
last modified time | relevance | path

Searched refs:turnstile_inheritor_t (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dturnstile.h270 typedef void * turnstile_inheritor_t; typedef
698 turnstile_inheritor_t inheritor __assert_only);
917 turnstile_inheritor_t new_inheritor,
961 turnstile_inheritor_t new_inheritor,
H A Dturnstile.c174 static void turnstile_stash_inheritor(turnstile_inheritor_t new_inheritor,
1299 turnstile_inheritor_t new_inheritor, in turnstile_kernel_update_inheritor_on_wake_locked()
1337 turnstile_inheritor_t old_inheritor = turnstile->ts_inheritor; in turnstile_update_inheritor_locked()
1351 turnstile_inheritor_t new_inheritor = thread->inheritor; in turnstile_update_inheritor_locked()
1510 turnstile_inheritor_t new_inheritor, in turnstile_stash_inheritor()
1558 turnstile_inheritor_t new_inheritor, in turnstile_update_inheritor()
2773 turnstile_inheritor_t inheritor, in turnstile_update_inheritor_priority_chain()
2892 turnstile_inheritor_t old_inheritor = thread->inheritor; in turnstile_cleanup()
3246 turnstile_inheritor_t inheritor __assert_only) in turnstile_stats_update()
H A Dtask.h191 turnstile_inheritor_t returnwait_inheritor; /* inheritor for task_wait */
H A Dwaitq.c1076 turnstile_inheritor_t inheritor = thread; in waitq_prioq_iterate_locked()
/xnu-10063.141.1/bsd/pthread/
H A Dworkqueue_internal.h246 turnstile_inheritor_t wq_inheritor;
H A Dpthread_workqueue.c1192 turnstile_inheritor_t inheritor, in workq_turnstile_update_inheritor()
3220 turnstile_inheritor_t inheritor; in workq_kern_threadreq_update_inheritor()
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_port.c1672 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
2018 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2187 turnstile_inheritor_t inheritor) in ipc_port_adjust_sync_link_state_locked()
2242 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
H A Dipc_port.h730 turnstile_inheritor_t inheritor);
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c2020 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()