Home | History | Annotate | Download | only in strace

Lines Matching defs:CLONE_UNTRACED

559 #define CLONE_UNTRACED		0x00800000	/* set if the tracing process can't force CLONE_PTRACE on this clone */
584 { CLONE_UNTRACED, "CLONE_UNTRACED" },
937 * new child if clone is called with flag CLONE_UNTRACED, so
941 (tcp->u_arg[ARG_FLAGS] & CLONE_UNTRACED))