Home
last modified time | relevance | path

Searched refs:ipc_importance_exec_switch_task (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/osfmk/ipc/
H A Dipc_importance.h196 extern ipc_importance_inherit_t ipc_importance_exec_switch_task(task_t old_task, task_t new_task);
H A Dipc_importance.c2157 ipc_importance_exec_switch_task( in ipc_importance_exec_switch_task() function
/xnu-10002.61.3/bsd/kern/
H A Dkern_exec.c271 void *ipc_importance_exec_switch_task(task_t old_task, task_t new_task);
4890 *inherit = ipc_importance_exec_switch_task(old_task, new_task); in proc_exec_switch_task()