Searched refs:CLONE_UNTRACED (Results 1 – 9 of 9) sorted by relevance
44 #if !(defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED))45 # define CLONE_UNTRACED 0x00800000 macro94 XLAT(CLONE_UNTRACED),
15 CLONE_UNTRACED 0x00800000
22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
116 #ifdef CLONE_UNTRACED117 { "CLONE_UNTRACED", (unsigned long) CLONE_UNTRACED },
410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED, in GenerateDump()
516 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
25756 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED.32989 Do not trace children cloned with CLONE_UNTRACED flag.32990 If clone is called with flag CLONE_UNTRACED, to be consistent with