Home
last modified time | relevance | path

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

/xnu-8020.121.3/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 …
3742 p = proc_exec_switch_task(p, old_task, new_task, imgp->ip_new_thread, &inherit); in posix_spawn()
4342 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
4652 p = proc_exec_switch_task(p, old_task, new_task, imgp->ip_new_thread, &inherit); in __mac_execve()