Searched refs:CLONE_THREAD (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/proc/
H A Dthread-self.c59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1);
/linux-master/include/uapi/linux/
H A Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/linux-master/kernel/
H A Dvhost_task.c111 CLONE_THREAD | CLONE_SIGHAND,
H A Dfork.c1855 if (clone_flags & CLONE_THREAD)
2102 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM)
2161 if ((clone_flags & CLONE_THREAD) && !(clone_flags & CLONE_SIGHAND))
2186 if (clone_flags & CLONE_THREAD) {
2211 if (!(clone_flags & CLONE_THREAD))
2420 int flags = (clone_flags & CLONE_THREAD) ? PIDFD_THREAD : 0;
2457 if (clone_flags & CLONE_THREAD) {
2519 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) {
2522 if (clone_flags & CLONE_THREAD)
2651 if (!(clone_flags & CLONE_THREAD))
[all...]
H A Dcred.c303 clone_flags & CLONE_THREAD
331 if (clone_flags & CLONE_THREAD)
338 if (!(clone_flags & CLONE_THREAD)) {
/linux-master/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c16 #define CLONE_THREAD 0x10000 macro
257 if (!(clone_flags & CLONE_THREAD))
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c635 if (!(clone_flags & CLONE_THREAD))
/linux-master/kernel/cgroup/
H A Dcgroup.c6456 !(kargs->flags & CLONE_THREAD),
/linux-master/kernel/events/
H A Dcore.c13478 (event->attr.inherit_thread && !(clone_flags & CLONE_THREAD)) ||

Completed in 225 milliseconds