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

/xnu-2782.1.97/bsd/sys/
H A Duser.h306 #define UT_VFORKING 0x10000000 /* thread in vfork() syscall */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c308 ut->uu_flag &= ~UT_VFORKING;
497 * Until UT_VFORKING is cleared at the end of the vfork
509 parent_uthread->uu_flag |= UT_VFORK | UT_VFORKING;
H A Dkern_proc.c641 ((ut->uu_flag & (UT_VFORK|UT_VFORKING)) == (UT_VFORK|UT_VFORKING))) {

Completed in 110 milliseconds