Home | History | Annotate | Download | only in strace

Lines Matching defs:CLONE_VFORK

1264 #  ifndef CLONE_VFORK
1265 # define CLONE_VFORK 0x00004000
1531 /* ia64 calls directly `clone (CLONE_VFORK | CLONE_VM)'
1536 clear also CLONE_VM but only in the CLONE_VFORK case as
1542 & ~(tcp->u_arg[arg0_index] & CLONE_VFORK
1543 ? CLONE_VFORK | CLONE_VM : 0)) < 0