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

/xnu-2782.1.97/bsd/sys/
H A Duser.h303 #define UT_VFORK 0x02000000 /* thread has vfork children */ macro
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d23 inline int UT_VFORK = 0x02000000; /* thread has vfork children */
24 #pragma D binding "1.0" UT_VFORK
30 (uthread && (uthread->uu_flag & UT_VFORK) && uthread->uu_proc) ? (struct proc *)uthread->uu_proc :
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c430 if (parent_uthread->uu_flag & UT_VFORK) {
501 * As long as UT_VFORK and it's associated field (uu_proc)
509 parent_uthread->uu_flag |= UT_VFORK | UT_VFORKING;
731 uth->uu_flag &= ~UT_VFORK;
1599 if (((uth->uu_flag & UT_VFORK) == UT_VFORK) && (uth->uu_proc != PROC_NULL)) {
H A Dbsd_stubs.c96 if (ut && (ut->uu_flag & UT_VFORK) && ut->uu_proc) {
H A Dkern_proc.c379 if (uth && (uth->uu_flag & UT_VFORK))
641 ((ut->uu_flag & (UT_VFORK|UT_VFORKING)) == (UT_VFORK|UT_VFORKING))) {
H A Dkern_sig.c880 if ((uth->uu_flag & (UT_VFORK | UT_CANCEL | UT_CANCELED )) == 0) {
1640 if (uth->uu_flag & UT_VFORK)
H A Dkern_prot.c1966 if (uthread->uu_flag & UT_VFORK)
H A Dkern_exit.c267 if (ut->uu_flag & UT_VFORK) {
H A Dkern_resource.c852 if ((ut->uu_flag & UT_VFORK) != 0)
H A Dkern_exec.c2065 if (uthread->uu_flag & UT_VFORK) {
2721 if (uthread->uu_flag & UT_VFORK) {
/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c104 is_vfork = uthread->uu_flag & UT_VFORK;
280 if (__probable(!(uthread->uu_flag & UT_VFORK)))

Completed in 78 milliseconds