Searched refs:proc_exec_switch_task (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kern_exec.c | 266 proc_t proc_exec_switch_task(proc_t old_proc, proc_t new_proc, task_t old_task, 4174 p = proc_exec_switch_task(current_proc(), p, old_task, new_task, imgp->ip_new_thread, &inherit); in posix_spawn() 4802 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 5138 p = proc_exec_switch_task(current_proc(), p, old_task, new_task, imgp->ip_new_thread, &inherit); in __mac_execve()
|