Searched refs:CLONE_THREAD (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0020-Fix-tab-crashes-on-musl.patch | 31 - CLONE_SIGHAND | CLONE_THREAD | 36 - CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | 44 + CLONE_THREAD | CLONE_SYSVSEM; 52 AnyOf((flags & (CLONE_VM | CLONE_THREAD)) == 0,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 1610 if (clone_flags & CLONE_THREAD) in copy_signal() 1880 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj() 1927 if ((clone_flags & CLONE_THREAD) && !(clone_flags & CLONE_SIGHAND)) in copy_process() 1952 if (clone_flags & CLONE_THREAD) { in copy_process() 1962 if (clone_flags & (CLONE_THREAD | CLONE_VM)) { in copy_process() 1973 if (clone_flags & (CLONE_DETACHED | CLONE_THREAD)) in copy_process() 1987 if (!(clone_flags & CLONE_THREAD)) in copy_process() 2237 if (clone_flags & CLONE_THREAD) { in copy_process() 2293 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process() 2296 if (clone_flags & CLONE_THREAD) in copy_process() [all …]
|
| H A D | cred.c | 349 clone_flags & CLONE_THREAD in copy_creds() 377 if (clone_flags & CLONE_THREAD) in copy_creds() 384 if (!(clone_flags & CLONE_THREAD)) { in copy_creds()
|
| /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 D | sched.h | 16 #define CLONE_THREAD 0x00010000 /* Same thread group? */ 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 D | sched.h | 16 #define CLONE_THREAD 0x00010000 /* Same thread group? */ 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 D | sched.h | 54 # define CLONE_THREAD 0x00010000 /* Set to add to same thread group. */ 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 D | sched.h | 54 # define CLONE_THREAD 0x00010000 /* Set to add to same thread group. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | thread-self.c | 59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sched.h | 19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | sched.h | 19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | unshare.rst | 263 Force implied flags. If CLONE_THREAD is set force CLONE_VM. 265 set and signals are also being shared, force CLONE_THREAD. If 284 and CLONE_THREAD, return -EINVAL since they are not implemented yet.
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup.c | 6161 !(kargs->flags & CLONE_THREAD), in cgroup_css_set_fork()
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | core.rst | 148 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is
|