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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c281 if ((err = fork1(parent_proc, &child_thread, PROC_CREATE_VFORK)) != 0) {
335 * PROC_CREATE_VFORK Creates a partial process which will
405 case PROC_CREATE_VFORK:
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h476 #define PROC_CREATE_VFORK 2 /* child borrows context */ macro

Completed in 75 milliseconds