Searched refs:CLONE_PARENT (Results 1 – 3 of 3) sorted by relevance
18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
2056 if ((clone_flags & CLONE_PARENT) && in copy_process() 2082 if (clone_flags & CLONE_PARENT) in copy_process() 2088 if ((clone_flags & CLONE_PARENT) && current->signal->autoreap) in copy_process() 2460 /* CLONE_PARENT re-uses the old parent */ in copy_process() 2461 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process() 3030 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()