Home
last modified time | relevance | path

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

/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
/external/strace/
Dprocess.c519 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
538 { CLONE_UNTRACED, "CLONE_UNTRACED" },