Searched refs:CLONE_UNTRACED (Results 1 – 9 of 9) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 46 #if defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED) 47 XLAT(CLONE_UNTRACED),
|
D | clone_flags.in | 15 CLONE_UNTRACED
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 22 #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/ |
D | linuxthreads.cc | 52 #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/ |
D | linuxthreads.cc | 52 #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/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 383 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
|
/external/strace/ |
D | syscall.c | 1658 #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()
|
D | NEWS | 180 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
|
D | process.c | 286 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
|