Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_fork.c314 if ((child_thread = cloneproc(proc_task(parent_proc), in fork1()
671 cloneproc(task_t parent_task, coalition_t *parent_coalitions, proc_t parent_proc, cloneproc_flags_t… in cloneproc() function
H A Dbsd_init.c1152 thread = cloneproc(TASK_NULL, NULL, kernproc, CLONEPROC_FLAGS_MEMSTAT_INTERNAL); in bsd_utaskbootstrap()
H A Dkern_exec.c3822 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_FLAGS_FOR_EXEC); in posix_spawn()
4991 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_FLAGS_FOR_EXEC); in __mac_execve()
/xnu-8796.141.3/bsd/sys/
H A Dproc_internal.h778 extern thread_t cloneproc(task_t, coalition_t *, proc_t, cloneproc_flags_t);