Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_fork.c314 if ((child_thread = cloneproc(proc_task(parent_proc), in fork1()
677 cloneproc(task_t parent_task, coalition_t *parent_coalitions, proc_t parent_proc, cloneproc_flags_t… in cloneproc() function
H A Dbsd_init.c1173 thread = cloneproc(TASK_NULL, NULL, kernproc, CLONEPROC_INITPROC); in bsd_utaskbootstrap()
H A Dkern_exec.c4013 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_EXEC); in posix_spawn()
5233 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_EXEC); in __mac_execve()
/xnu-10063.141.1/bsd/sys/
H A Dproc_internal.h804 extern thread_t cloneproc(task_t, coalition_t *, proc_t, cloneproc_flags_t);