same_thread_group
if (!same_thread_group(proc->tsk, current))
BUG_ON(!same_thread_group(leader, tsk));
if (same_thread_group(task, p))
if (same_thread_group(current, p)) {
is_same_tgroup = same_thread_group(current, task);
if (!same_thread_group(leader, task))
if (pos && same_thread_group(pos, task))
if (p && same_thread_group(p, current))
return !same_thread_group(child->real_parent, child->parent);
if (WARN_ON_ONCE(!same_thread_group(tctx->task, current)))
same_thread_group(current, parent));
if (!same_thread_group(reaper, father))
if (same_thread_group(task, current))
if (same_thread_group(task, current))
if (!same_thread_group(p->real_parent, tracer))
if (same_thread_group(current, tsk))
!same_thread_group(p, current)) {
same_thread_group(t, current) && !current->exit_state)
if (!same_thread_group(current, t) &&
if (same_thread_group(p->real_parent, group_leader)) {
need_tasklist = !same_thread_group(tsk, current);
return (tsk && same_thread_group(tsk, current)) ? pid : NULL;
if (!rtn || !same_thread_group(rtn, current))
if (link->task && !same_thread_group(current, link->task))
if (same_thread_group(task, p))
if (same_thread_group(p, victim))
return !same_thread_group(p, current);
if (same_thread_group(p, current))
if (parent != NULL && same_thread_group(parent, tracer)) {