Home
last modified time | relevance | path

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

/external/strace/
Dprocess.c552 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
577 { CLONE_PARENT, "CLONE_PARENT" },
908 if ((call_flags & CLONE_PARENT) && in handle_new_child()
DNEWS12 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
DChangeLog737 Handle CLONE_PARENT flag
739 same of the calling process when CLONE_PARENT is set.
/external/kernel-headers/original/linux/
Dsched.h16 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro