Searched refs:fork1 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_fork.c | 222 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 D | kern_exec.c | 3444 error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN, coal); in posix_spawn()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | proc_internal.h | 800 extern int fork1(proc_t, thread_t *, int, coalition_t *);
|