Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.h264 typedef void * turnstile_inheritor_t; typedef
692 turnstile_inheritor_t inheritor __assert_only);
911 turnstile_inheritor_t new_inheritor,
955 turnstile_inheritor_t new_inheritor,
H A Dturnstile.c172 static void turnstile_stash_inheritor(turnstile_inheritor_t new_inheritor,
1297 turnstile_inheritor_t new_inheritor, in turnstile_kernel_update_inheritor_on_wake_locked()
1335 turnstile_inheritor_t old_inheritor = turnstile->ts_inheritor; in turnstile_update_inheritor_locked()
1349 turnstile_inheritor_t new_inheritor = thread->inheritor; in turnstile_update_inheritor_locked()
1508 turnstile_inheritor_t new_inheritor, in turnstile_stash_inheritor()
1556 turnstile_inheritor_t new_inheritor, in turnstile_update_inheritor()
2771 turnstile_inheritor_t inheritor, in turnstile_update_inheritor_priority_chain()
2890 turnstile_inheritor_t old_inheritor = thread->inheritor; in turnstile_cleanup()
3244 turnstile_inheritor_t inheritor __assert_only) in turnstile_stats_update()
H A Dtask.h188 turnstile_inheritor_t returnwait_inheritor; /* inheritor for task_wait */
H A Dwaitq.c1076 turnstile_inheritor_t inheritor = thread; in waitq_prioq_iterate_locked()
/xnu-10002.1.13/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-10002.1.13/osfmk/ipc/
H A Dipc_port.c1611 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
1957 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2126 turnstile_inheritor_t inheritor) in ipc_port_adjust_sync_link_state_locked()
2181 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
H A Dipc_port.h748 turnstile_inheritor_t inheritor);
/xnu-10002.1.13/bsd/kern/
H A Dkern_event.c2008 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()