Home
last modified time | relevance | path

Searched refs:CLONE_PARENT (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dclone_flags.h23 #if !(defined(CLONE_PARENT) || (defined(HAVE_DECL_CLONE_PARENT) && HAVE_DECL_CLONE_PARENT))
24 # define CLONE_PARENT 0x00008000 macro
87 XLAT(CLONE_PARENT),
Dclone_flags.in8 CLONE_PARENT 0x00008000
/external/kernel-headers/original/uapi/linux/
Dsched.h14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c95 #ifdef CLONE_PARENT
96 { "CLONE_PARENT", (unsigned long) CLONE_PARENT },
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c66 {"CLONE_PARENT", CLONE_PARENT | SIGCHLD,
/external/strace/
DNEWS516 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
DChangeLog33162 Handle CLONE_PARENT flag.
33164 same of the calling process when CLONE_PARENT is set.