Searched refs:CLONE_PARENT (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
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/ |
D | sched.h | 15 #define CLONE_PARENT 0x00008000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | sched.h | 30 #define CLONE_PARENT 0x00008000 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
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/ |
D | sched.h | 18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
D | process_test_052.cpp | 72 pid_t pid = clone(TestThread, (char *)stackTop, CLONE_PARENT | CLONE_VFORK | CLONE_FILES, &arg); in Testcase()
|
D | process_test_050.cpp | 74 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT, &arg); in Testcase()
|
D | process_test_051.cpp | 89 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT | CLONE_VFORK, &arg); in Testcase()
|
/kernel/liteos_a/kernel/base/include/ |
D | los_process_pri.h | 137 #define CLONE_PARENT 0x00008000 macro
|
/kernel/linux/linux-5.10/kernel/ |
D | umh.c | 173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
|
D | fork.c | 1912 if ((clone_flags & CLONE_PARENT) && in copy_process() 2246 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process() 2728 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()
|
/kernel/liteos_a/kernel/base/core/ |
D | los_process.c | 1794 if (flags & CLONE_PARENT) { in OsCopyParent() 1965 UINT32 cloneFlag = CLONE_PARENT | CLONE_THREAD | CLONE_VFORK | CLONE_VM; in OsClone() 1976 UINT32 cloneFlag = CLONE_PARENT | CLONE_THREAD | CLONE_VFORK | CLONE_FILES; in LOS_Fork()
|