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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h297 #define UT_VFORKING 0x10000000 /* thread in vfork() syscall */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c300 ut->uu_flag &= ~UT_VFORKING;
484 * Until UT_VFORKING is cleared at the end of the vfork
496 parent_uthread->uu_flag |= UT_VFORK | UT_VFORKING;
H A Dkern_proc.c633 ((ut->uu_flag & (UT_VFORK|UT_VFORKING)) == (UT_VFORK|UT_VFORKING))) {

Completed in 76 milliseconds