Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c270 proc_t proc_exec_switch_task(proc_t old_proc, proc_t new_proc, task_t old_task,
4342 p = proc_exec_switch_task(current_proc(), p, old_task, new_task, imgp, &inherit); in posix_spawn()
4998 proc_exec_switch_task(proc_t old_proc, proc_t new_proc, task_t old_task, task_t new_task, struct im… in proc_exec_switch_task() function
5341 p = proc_exec_switch_task(current_proc(), p, old_task, new_task, imgp, &inherit); in __mac_execve()