Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_exec.c265 proc_t proc_exec_switch_task(proc_t old_proc, proc_t new_proc, task_t old_task,
4104 p = proc_exec_switch_task(current_proc(), p, old_task, new_task, imgp->ip_new_thread, &inherit); in posix_spawn()
4715 proc_exec_switch_task(proc_t old_proc, proc_t new_proc, task_t old_task, task_t new_task, thread_t … in proc_exec_switch_task() function
5051 p = proc_exec_switch_task(current_proc(), p, old_task, new_task, imgp->ip_new_thread, &inherit); in __mac_execve()