Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux.cc292 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
/external/strace/
Dprocess.c559 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
584 { CLONE_UNTRACED, "CLONE_UNTRACED" },
941 (tcp->u_arg[ARG_FLAGS] & CLONE_UNTRACED)) in internal_fork()
DNEWS12 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
DChangeLog568 Do not trace children cloned with CLONE_UNTRACED flag
569 If clone is called with flag CLONE_UNTRACED, to be consistent with
/external/kernel-headers/original/linux/
Dsched.h24 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro