Home
last modified time | relevance | path

Searched refs:CLONE_PARENT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dsched.h14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/linux-4.1.27/arch/um/kernel/skas/
Dclone.c29 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
/linux-4.1.27/kernel/
Dfork.c1276 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()