Searched refs:vfork_exit_internal (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h695 extern void vfork_exit_internal(struct proc *p, int rv, int forced);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1607 vfork_exit_internal(p, rv, 0);
1611 vfork_exit_internal(proc_t p, int rv, int forceexit) function
H A Dkern_fork.c1561 vfork_exit_internal(uth->uu_proc, 0, 1);

Completed in 26 milliseconds