Searched refs:CLONE_UNTRACED (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 104 #if defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED) 106 static_assert((CLONE_UNTRACED) == (0x00800000), "CLONE_UNTRACED != 0x00800000"); 109 # define CLONE_UNTRACED 0x00800000 192 XLAT(CLONE_UNTRACED),
|
D | clone_flags.in | 15 CLONE_UNTRACED 0x00800000
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
|
/external/strace/tests-m32/ |
D | ioctl_nsfs.c | 123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd); in test_user_namespace()
|
/external/strace/tests/ |
D | ioctl_nsfs.c | 123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd); in test_user_namespace()
|
/external/strace/tests-mx32/ |
D | ioctl_nsfs.c | 123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd); in test_user_namespace()
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline_linux.cpp | 120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
|
/external/rust/crates/nix/src/ |
D | sched.rs | 34 CLONE_UNTRACED;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cpp | 433 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 539 ThreadEntry, stack, CLONE_FS | CLONE_UNTRACED, &thread_arg, NULL, NULL, in GenerateDump()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1300 #ifdef CLONE_UNTRACED 1301 { "CLONE_UNTRACED", (unsigned long) CLONE_UNTRACED },
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1076 pub const CLONE_UNTRACED: ::c_int = 0x800000; constant
|
/external/strace/ |
D | NEWS | 915 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
|
D | ChangeLog | 44946 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED. 52179 Do not trace children cloned with CLONE_UNTRACED flag. 52180 If clone is called with flag CLONE_UNTRACED, to be consistent with
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1916 pub const CLONE_UNTRACED: ::c_int = 0x800000; constant
|