Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dturnstile.h257 typedef void * turnstile_inheritor_t; typedef
648 turnstile_inheritor_t inheritor __assert_only);
775 turnstile_inheritor_t new_inheritor,
819 turnstile_inheritor_t new_inheritor,
H A Dturnstile.c176 static void turnstile_stash_inheritor(turnstile_inheritor_t new_inheritor,
1171 turnstile_inheritor_t new_inheritor, in turnstile_kernel_update_inheritor_on_wake_locked()
1209 turnstile_inheritor_t old_inheritor = turnstile->ts_inheritor; in turnstile_update_inheritor_locked()
1223 turnstile_inheritor_t new_inheritor = thread->inheritor; in turnstile_update_inheritor_locked()
1382 turnstile_inheritor_t new_inheritor, in turnstile_stash_inheritor()
1430 turnstile_inheritor_t new_inheritor, in turnstile_update_inheritor()
2645 turnstile_inheritor_t inheritor, in turnstile_update_inheritor_priority_chain()
2764 turnstile_inheritor_t old_inheritor = thread->inheritor; in turnstile_cleanup()
3118 turnstile_inheritor_t inheritor __assert_only) in turnstile_stats_update()
H A Dtask.h187 turnstile_inheritor_t returnwait_inheritor; /* inheritor for task_wait */
H A Dwaitq.c990 (turnstile_inheritor_t)first_thread, TURNSTILE_INHERITOR_THREAD); in waitq_prioq_iterate_locked()
/xnu-8020.140.41/bsd/pthread/
H A Dworkqueue_internal.h246 turnstile_inheritor_t wq_inheritor;
H A Dpthread_workqueue.c1172 turnstile_inheritor_t inheritor, in workq_turnstile_update_inheritor()
3114 turnstile_inheritor_t inheritor; in workq_kern_threadreq_update_inheritor()
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_port.c1551 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
1897 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2066 turnstile_inheritor_t inheritor) in ipc_port_adjust_sync_link_state_locked()
2121 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
H A Dipc_port.h678 turnstile_inheritor_t inheritor);
/xnu-8020.140.41/bsd/kern/
H A Dkern_event.c1968 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()