Home
last modified time | relevance | path

Searched refs:CLONE_THREAD (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/kernel/
Dfork.c1839 if (clone_flags & CLONE_THREAD) in copy_signal()
2086 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj()
2145 if ((clone_flags & CLONE_THREAD) && !(clone_flags & CLONE_SIGHAND)) in copy_process()
2170 if (clone_flags & CLONE_THREAD) { in copy_process()
2195 if (!(clone_flags & CLONE_THREAD)) in copy_process()
2404 int flags = (clone_flags & CLONE_THREAD) ? PIDFD_THREAD : 0; in copy_process()
2441 if (clone_flags & CLONE_THREAD) { in copy_process()
2505 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()
2508 if (clone_flags & CLONE_THREAD) in copy_process()
2638 if (!(clone_flags & CLONE_THREAD)) in copy_process()
[all …]
Dcred.c303 clone_flags & CLONE_THREAD in copy_creds()
331 if (clone_flags & CLONE_THREAD) in copy_creds()
338 if (!(clone_flags & CLONE_THREAD)) { in copy_creds()
Dvhost_task.c124 CLONE_THREAD | CLONE_SIGHAND, in vhost_task_create()
/linux-6.12.1/tools/testing/selftests/proc/
Dthread-self.c59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
/linux-6.12.1/tools/perf/util/bpf_skel/
Doff_cpu.bpf.c16 #define CLONE_THREAD 0x10000 macro
258 if (!(clone_flags & CLONE_THREAD)) in on_newtask()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/linux-6.12.1/include/uapi/linux/
Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/linux-6.12.1/tools/testing/selftests/mm/
Dpkey_sighandler_tests.c277 CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in test_sigsegv_handler_with_different_pkey_for_stack()
436 CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in test_pkru_sigreturn()
/linux-6.12.1/Documentation/userspace-api/
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.
/linux-6.12.1/tools/testing/selftests/sched/
Dcs_prctl_test.c64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
/linux-6.12.1/arch/x86/kernel/fpu/
Dcore.c635 if (!(clone_flags & CLONE_THREAD)) in fpu_clone()
/linux-6.12.1/kernel/cgroup/
Dcgroup.c6539 !(kargs->flags & CLONE_THREAD), in cgroup_css_set_fork()
/linux-6.12.1/Documentation/security/keys/
Dcore.rst148 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is
/linux-6.12.1/kernel/events/
Dcore.c13728 (event->attr.inherit_thread && !(clone_flags & CLONE_THREAD)) || in inherit_task_group()