Searched refs:CLONE_PARENT (Results 1 – 3 of 3) sorted by relevance
14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
29 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
1276 if ((clone_flags & CLONE_PARENT) && in copy_process()1502 if (clone_flags & CLONE_PARENT) in copy_process()1525 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()