same_thread_group 842 fs/exec.c BUG_ON(!same_thread_group(leader, tsk));
same_thread_group 2928 fs/proc/base.c if (!same_thread_group(leader, task))
same_thread_group 768 kernel/exit.c if (!same_thread_group(p->real_parent, parent))
same_thread_group 817 kernel/exit.c if (same_thread_group(p->real_parent, father))
same_thread_group 26 kernel/posix-cpu-timers.c same_thread_group(p, current) : thread_group_leader(p))) {
same_thread_group 310 kernel/posix-cpu-timers.c if (same_thread_group(p, current)) {
same_thread_group 357 kernel/posix-cpu-timers.c if (p && !same_thread_group(p, current))
same_thread_group 413 kernel/posix-timers.c !same_thread_group(rtn, current) ||
same_thread_group 615 kernel/posix-timers.c !same_thread_group(timr->it_process, current)) {
same_thread_group 163 kernel/ptrace.c if (same_thread_group(task, current))
same_thread_group 1144 kernel/signal.c if (p->pid > 1 && !same_thread_group(p, current)) {
same_thread_group 934 kernel/sys.c if (same_thread_group(p->real_parent, group_leader)) {
same_thread_group 377 mm/oom_kill.c if (q->mm == mm && !same_thread_group(q, p))