Home
last modified time | relevance | path

Searched refs:fork1 (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dkern_fork.c222 fork1(proc_t parent_proc, thread_t *child_threadp, int kind, coalition_t *coalitions) in fork1() function
570 if ((err = fork1(parent_proc, &child_thread, PROC_CREATE_FORK, NULL)) == 0) { in fork()
H A Dkern_exec.c3444 error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN, coal); in posix_spawn()
/xnu-8020.140.41/bsd/sys/
H A Dproc_internal.h800 extern int fork1(proc_t, thread_t *, int, coalition_t *);