Searched refs:UT_VFORK (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h269 #define UT_VFORK 0x02000000 /* thread has vfork children */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c421 if (parent_uthread->uu_flag & UT_VFORK) {
487 parent_uthread->uu_flag |= UT_VFORK;
711 uth->uu_flag &= ~UT_VFORK;
1560 if (((uth->uu_flag & UT_VFORK) == UT_VFORK) && (uth->uu_proc != PROC_NULL)) {
H A Dbsd_stubs.c97 if (ut && (ut->uu_flag & UT_VFORK) && ut->uu_proc) {
H A Dkern_exec.c765 if (uthread->uu_flag & UT_VFORK)
1819 if (uthread->uu_flag & UT_VFORK) {
2155 uthread->uu_flag |= UT_VFORK;
2168 uthread->uu_flag &= ~UT_VFORK;
2366 if (uthread->uu_flag & UT_VFORK) {
H A Dkern_resource.c587 if ( (ut->uu_flag & UT_VFORK) != 0) {
H A Dkern_sig.c879 if ((uth->uu_flag & (UT_VFORK | UT_CANCEL | UT_CANCELED )) == 0) {
1639 if (uth->uu_flag & UT_VFORK)
H A Dkern_prot.c2007 if (uthread->uu_flag & UT_VFORK)
H A Dkern_exit.c266 if (ut->uu_flag & UT_VFORK) {
H A Dkern_proc.c366 if (uth && (uth->uu_flag & UT_VFORK))
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_syscalls.c121 is_vfork = uthread->uu_flag & UT_VFORK;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c117 is_vfork = uthread->uu_flag & UT_VFORK;
297 if (__probable(!(uthread->uu_flag & UT_VFORK)))

Completed in 34 milliseconds