Home
last modified time | relevance | path

Searched refs:CLONE_UNTRACED (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dclone_flags.h44 #if !(defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED))
45 # define CLONE_UNTRACED 0x00800000 macro
94 XLAT(CLONE_UNTRACED),
Dclone_flags.in15 CLONE_UNTRACED 0x00800000
/external/kernel-headers/original/uapi/linux/
Dsched.h23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/external/strace/tests-mx32/
Dioctl_nsfs.c123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd); in test_user_namespace()
/external/strace/tests-m32/
Dioctl_nsfs.c123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd); in test_user_namespace()
/external/strace/tests/
Dioctl_nsfs.c123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd); in test_user_namespace()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
/external/minijail/linux-x86/
Dlibconstants.gen.c116 #ifdef CLONE_UNTRACED
117 { "CLONE_UNTRACED", (unsigned long) CLONE_UNTRACED },
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
/external/honggfuzz/linux/
Darch.c105 pid_t pid = run->global->linux.useClone ? arch_clone(CLONE_UNTRACED | SIGCHLD) : fork(); in arch_fork()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED, in GenerateDump()
/external/strace/
DNEWS762 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
DChangeLog37384 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED.
44617 Do not trace children cloned with CLONE_UNTRACED flag.
44618 If clone is called with flag CLONE_UNTRACED, to be consistent with