Searched refs:PROC_CREATE_VFORK (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c289 if ((err = fork1(parent_proc, &child_thread, PROC_CREATE_VFORK, COALITION_NULL)) != 0) {
344 * PROC_CREATE_VFORK Creates a partial process which will
414 case PROC_CREATE_VFORK:
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h516 #define PROC_CREATE_VFORK 2 /* child borrows context */ macro

Completed in 129 milliseconds