Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclone_flags.h46 #if defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED)
47 XLAT(CLONE_UNTRACED),
Dclone_flags.in15 CLONE_UNTRACED
/external/kernel-headers/original/uapi/linux/
Dsched.h22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dlinuxthreads.cc52 #ifndef CLONE_UNTRACED
53 #define CLONE_UNTRACED 0x00800000 macro
113 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_UNTRACED, arg, 0, 0, 0); in local_clone()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dlinuxthreads.cc52 #ifndef CLONE_UNTRACED
53 #define CLONE_UNTRACED 0x00800000 macro
113 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_UNTRACED, arg, 0, 0, 0); in local_clone()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc383 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
/external/strace/
Dsyscall.c1658 #ifndef CLONE_UNTRACED in internal_fork()
1659 # define CLONE_UNTRACED 0x00800000 in internal_fork() macro
1676 && (tcp->u_arg[ARG_FLAGS] & CLONE_UNTRACED) in internal_fork()
DNEWS180 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
Dprocess.c286 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro