Searched refs:CLONE_PARENT (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
H A D | clone.c | 30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
|
/kernel/linux/linux-6.6/arch/um/kernel/skas/ |
H A D | clone.c | 30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sched.h | 15 #define CLONE_PARENT 0x00008000 macro
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_051.cpp | 89 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT | CLONE_VFORK, &arg); in Testcase()
|
H A D | process_test_050.cpp | 74 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT, &arg); in Testcase()
|
H A D | process_test_052.cpp | 72 pid_t pid = clone(TestThread, (char *)stackTop, CLONE_PARENT | CLONE_VFORK | CLONE_FILES, &arg); in Testcase()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | sched.h | 18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sched.h | 18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sched.h | 18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | sched.h | 18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sched.h | 30 #define CLONE_PARENT 0x00008000 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 30 #define CLONE_PARENT 0x00008000 macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | umh.c | 168 * Use CLONE_PARENT to reparent it to kthreadd; we do not in call_usermodehelper_exec_work() 173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
|
H A D | fork.c | 1926 if ((clone_flags & CLONE_PARENT) && in copy_process() 2267 /* CLONE_PARENT re-uses the old parent */ in copy_process() 2268 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process() 2769 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | umh.c | 168 * Use CLONE_PARENT to reparent it to kthreadd; we do not in call_usermodehelper_exec_work() 173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
|
H A D | fork.c | 2298 if ((clone_flags & CLONE_PARENT) && in copy_process() 2642 /* CLONE_PARENT re-uses the old parent */ in copy_process() 2643 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process() 3189 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()
|
/kernel/liteos_a/kernel/base/core/ |
H A D | los_process.c | 2016 if (flags & CLONE_PARENT) { in OsCopyParent() 2223 UINT32 cloneFlag = CLONE_PARENT | CLONE_THREAD | SIGCHLD; in OsClone() 2228 if (((flags & CLONE_NEWPID) != 0) && ((flags & (CLONE_PARENT | CLONE_THREAD)) != 0)) { in OsClone() 2236 if (OS_PROCESS_PID_FOR_CONTAINER_CHECK(curr) && ((flags & (CLONE_PARENT | CLONE_THREAD)) != 0)) { in OsClone() 2272 UINT32 cloneFlag = CLONE_PARENT | CLONE_THREAD | CLONE_VFORK | CLONE_FILES; in LOS_Fork()
|
Completed in 18 milliseconds