Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c267 proc_t proc_exec_switch_task(proc_t p, task_t old_task, task_t new_task, thread_t new_thread, void …
3760 p = proc_exec_switch_task(p, old_task, new_task, imgp->ip_new_thread, &inherit); in posix_spawn()
4364 proc_exec_switch_task(proc_t p, task_t old_task, task_t new_task, thread_t new_thread, in proc_exec_switch_task() function
4674 p = proc_exec_switch_task(p, old_task, new_task, imgp->ip_new_thread, &inherit); in __mac_execve()