Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/kernel/skas/
Dclone.c30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dsched.h15 #define CLONE_PARENT 0x00008000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsched.h30 #define CLONE_PARENT 0x00008000 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dsched.h18 #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/
Dsched.h18 #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/
Dprocess_test_052.cpp72 pid_t pid = clone(TestThread, (char *)stackTop, CLONE_PARENT | CLONE_VFORK | CLONE_FILES, &arg); in Testcase()
Dprocess_test_050.cpp74 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT, &arg); in Testcase()
Dprocess_test_051.cpp89 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT | CLONE_VFORK, &arg); in Testcase()
/kernel/liteos_a/kernel/base/include/
Dlos_process_pri.h137 #define CLONE_PARENT 0x00008000 macro
/kernel/linux/linux-5.10/kernel/
Dumh.c173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
Dfork.c1912 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/
Dlos_process.c1794 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()