Searched refs:CLONE_PARENT (Results 1 – 2 of 2) sorted by relevance
43 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
802 if (!(clone_flags & CLONE_PARENT)) { in do_fork()