thread_group_empty 1067 fs/exec.c      	if (thread_group_empty(tsk))
thread_group_empty  663 include/linux/sched/signal.h 		(thread_group_leader(p) && !thread_group_empty(p))
thread_group_empty  216 kernel/exit.c  	if (leader != p && thread_group_empty(leader)
thread_group_empty  277 kernel/exit.c  		    (p->exit_state && thread_group_empty(p)) ||
thread_group_empty  588 kernel/exit.c  	    p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) {
thread_group_empty  660 kernel/exit.c  				thread_group_empty(tsk) &&
thread_group_empty  665 kernel/exit.c  		autoreap = thread_group_empty(tsk) &&
thread_group_empty  884 kernel/exit.c  	else if (!thread_group_empty(current)) {
thread_group_empty 1722 kernel/fork.c  	if (!task || (task->exit_state && thread_group_empty(task)))
thread_group_empty 2747 kernel/fork.c  		if (!thread_group_empty(current))
thread_group_empty  535 kernel/ptrace.c 	if (!dead && thread_group_empty(p)) {
thread_group_empty  851 kernel/ptrace.c 	need_siglock = data && !thread_group_empty(current);
thread_group_empty 1002 kernel/signal.c 	else if ((type == PIDTYPE_PID) || thread_group_empty(p))
thread_group_empty 1924 kernel/signal.c 	       (tsk->group_leader != tsk || !thread_group_empty(tsk)));
thread_group_empty 2830 kernel/signal.c 	if (thread_group_empty(tsk) || signal_group_exit(tsk->signal)) {
thread_group_empty 2889 kernel/signal.c 	if (signal_pending(tsk) && !thread_group_empty(tsk)) {
thread_group_empty  561 kernel/taskstats.c 	if (stats || thread_group_empty(tsk))
thread_group_empty 1014 kernel/time/posix-cpu-timers.c 		} else if (unlikely(p->exit_state) && thread_group_empty(p)) {
thread_group_empty 1268 kernel/user_namespace.c 	if (!thread_group_empty(current))
thread_group_empty  796 mm/oom_kill.c  	if (thread_group_empty(task) && (task->flags & PF_EXITING))
thread_group_empty 1654 security/keys/keyctl.c 	if (!thread_group_empty(parent))