Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dturnstile.h259 typedef void * turnstile_inheritor_t; typedef
687 turnstile_inheritor_t inheritor __assert_only);
906 turnstile_inheritor_t new_inheritor,
950 turnstile_inheritor_t new_inheritor,
H A Dturnstile.c170 static void turnstile_stash_inheritor(turnstile_inheritor_t new_inheritor,
1295 turnstile_inheritor_t new_inheritor, in turnstile_kernel_update_inheritor_on_wake_locked()
1333 turnstile_inheritor_t old_inheritor = turnstile->ts_inheritor; in turnstile_update_inheritor_locked()
1347 turnstile_inheritor_t new_inheritor = thread->inheritor; in turnstile_update_inheritor_locked()
1506 turnstile_inheritor_t new_inheritor, in turnstile_stash_inheritor()
1554 turnstile_inheritor_t new_inheritor, in turnstile_update_inheritor()
2769 turnstile_inheritor_t inheritor, in turnstile_update_inheritor_priority_chain()
2888 turnstile_inheritor_t old_inheritor = thread->inheritor; in turnstile_cleanup()
3242 turnstile_inheritor_t inheritor __assert_only) in turnstile_stats_update()
H A Dtask.h189 turnstile_inheritor_t returnwait_inheritor; /* inheritor for task_wait */
H A Dwaitq.c1005 turnstile_inheritor_t inheritor = thread; in waitq_prioq_iterate_locked()
/xnu-8792.61.2/bsd/pthread/
H A Dworkqueue_internal.h246 turnstile_inheritor_t wq_inheritor;
H A Dpthread_workqueue.c1183 turnstile_inheritor_t inheritor, in workq_turnstile_update_inheritor()
3195 turnstile_inheritor_t inheritor; in workq_kern_threadreq_update_inheritor()
/xnu-8792.61.2/osfmk/ipc/
H A Dipc_port.c1587 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
1933 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2102 turnstile_inheritor_t inheritor) in ipc_port_adjust_sync_link_state_locked()
2157 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
H A Dipc_port.h705 turnstile_inheritor_t inheritor);
/xnu-8792.61.2/bsd/kern/
H A Dkern_event.c1976 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()