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

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

Completed in 22 milliseconds