Home
last modified time | relevance | path

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

/xnu-8020.121.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.c2138 ipc_importance_exec_switch_task( in ipc_importance_exec_switch_task() function
/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c271 void *ipc_importance_exec_switch_task(task_t old_task, task_t new_task);
4446 *inherit = ipc_importance_exec_switch_task(old_task, new_task); in proc_exec_switch_task()