Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h15 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/linux-4.4.14/kernel/
Dfork.c1120 if (clone_flags & CLONE_THREAD) in copy_signal()
1265 if ((clone_flags & CLONE_THREAD) && !(clone_flags & CLONE_SIGHAND)) in copy_process()
1290 if (clone_flags & CLONE_THREAD) { in copy_process()
1503 if (clone_flags & CLONE_THREAD) { in copy_process()
1541 if (clone_flags & (CLONE_PARENT|CLONE_THREAD)) { in copy_process()
1635 if (!(clone_flags & CLONE_THREAD)) in copy_process()
1882 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND| in check_unshare_flags()
1893 if (unshare_flags & (CLONE_THREAD | CLONE_SIGHAND | CLONE_VM)) { in check_unshare_flags()
1970 unshare_flags |= CLONE_THREAD | CLONE_FS; in SYSCALL_DEFINE1()
1980 unshare_flags |= CLONE_THREAD; in SYSCALL_DEFINE1()
Dcred.c331 clone_flags & CLONE_THREAD in copy_creds()
359 if (clone_flags & CLONE_THREAD) in copy_creds()
366 if (!(clone_flags & CLONE_THREAD)) { in copy_creds()
/linux-4.4.14/Documentation/
Dunshare.txt240 Force implied flags. If CLONE_THREAD is set force CLONE_VM.
242 set and signals are also being shared, force CLONE_THREAD. If
256 and CLONE_THREAD, return -EINVAL since they are not implemented yet.
/linux-4.4.14/Documentation/security/
Dkeys.txt160 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is