Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c2137 ipc_importance_exec_switch_task( in ipc_importance_exec_switch_task() function
/xnu-8796.121.2/bsd/kern/
H A Dkern_exec.c270 void *ipc_importance_exec_switch_task(task_t old_task, task_t new_task);
4803 *inherit = ipc_importance_exec_switch_task(old_task, new_task); in proc_exec_switch_task()