Searched refs:CLONE_PARENT (Results 1 – 4 of 4) sorted by relevance
552 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro577 { CLONE_PARENT, "CLONE_PARENT" },908 if ((call_flags & CLONE_PARENT) && in handle_new_child()
12 * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
737 Handle CLONE_PARENT flag739 same of the calling process when CLONE_PARENT is set.
16 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro