Home
last modified time | relevance | path

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 D0020-Fix-tab-crashes-on-musl.patch31 - 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 Dfork.c1610 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 Dcred.c349 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 Dsched.h16 #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 Dsched.h16 #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 Dsched.h54 # 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 Dsched.h54 # define CLONE_THREAD 0x00010000 /* Set to add to same thread group. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dthread-self.c59 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 Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dunshare.rst263 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 Dcgroup.c6161 !(kargs->flags & CLONE_THREAD), in cgroup_css_set_fork()
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dcore.rst148 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is