Searched refs:cloneproc (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_fork.c | 160 thread_t cloneproc(task_t, coalition_t *, proc_t, int, int); 309 if ((child_thread = cloneproc(parent_proc->task, in fork1() 654 cloneproc(task_t parent_task, coalition_t *parent_coalitions, proc_t parent_proc, int inherit_memor… in cloneproc() function
|
| H A D | bsd_init.c | 381 extern thread_t cloneproc(task_t, coalition_t, proc_t, int, int); 1130 thread = cloneproc(TASK_NULL, COALITION_NULL, kernproc, FALSE, TRUE); in bsd_utaskbootstrap()
|