Searched refs:CLONE_THREAD (Results 1 – 5 of 5) sorted by relevance
15 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
1120 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()
331 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()
240 Force implied flags. If CLONE_THREAD is set force CLONE_VM.242 set and signals are also being shared, force CLONE_THREAD. If256 and CLONE_THREAD, return -EINVAL since they are not implemented yet.
160 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is