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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dacct.h92 #define AFORK 0x01 /* fork'd but not exec'd */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c296 child->p_acflag = AFORK;
623 child->p_acflag = AFORK;
H A Dkern_exec.c1015 p->p_acflag &= ~AFORK;

Completed in 36 milliseconds