Searched refs:cloneproc (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_fork.c | 316 if ((child_thread = cloneproc(proc_task(parent_proc), in fork1() 672 cloneproc(task_t parent_task, coalition_t *parent_coalitions, proc_t parent_proc, cloneproc_flags_t… in cloneproc() function
|
| H A D | bsd_init.c | 1182 thread = cloneproc(TASK_NULL, NULL, kernproc, CLONEPROC_INITPROC); in bsd_utaskbootstrap()
|
| H A D | kern_exec.c | 4669 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_EXEC); in posix_spawn() 5933 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_EXEC); in __mac_execve()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | proc_internal.h | 824 extern thread_t cloneproc(task_t, coalition_t *, proc_t, cloneproc_flags_t);
|