Searched refs:CLONE_UNTRACED (Results 1 – 5 of 5) sorted by relevance
292 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
559 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro584 { CLONE_UNTRACED, "CLONE_UNTRACED" },941 (tcp->u_arg[ARG_FLAGS] & CLONE_UNTRACED)) in internal_fork()
12 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
568 Do not trace children cloned with CLONE_UNTRACED flag569 If clone is called with flag CLONE_UNTRACED, to be consistent with
24 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro