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

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h271 #define UT_WASSETUID 0x08000000 /* thread was settugid() (in vfork) */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c494 parent_uthread->uu_flag |= UT_WASSETUID;
713 if (uth->uu_flag & UT_WASSETUID) {
715 uth->uu_flag &= UT_WASSETUID;

Completed in 36 milliseconds