Searched defs:CLONE_PARENT (Results 1 - 2 of 2) sorted by relevance

/external/strace/xlat/
H A 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),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h15 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro

Completed in 137 milliseconds