Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dclone.c30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h15 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h15 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h52 # define CLONE_PARENT 0x00008000 /* Set if we want to have the same macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h52 # define CLONE_PARENT 0x00008000 /* Set if we want to have the same macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h18 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dumh.c173 CLONE_PARENT | SIGCHLD); in call_usermodehelper_exec_work()
H A Dfork.c1944 if ((clone_flags & CLONE_PARENT) && in copy_process()
2293 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()
2797 if ((kargs->flags & (CLONE_THREAD | CLONE_PARENT)) && in clone3_args_valid()