thread_group_empty  781 fs/exec.c      	if (thread_group_empty(tsk))
thread_group_empty 1919 include/linux/sched.h 		(thread_group_leader(p) && !thread_group_empty(p))
thread_group_empty  518 include/linux/tracehook.h 	if (thread_group_empty(task) && !ptrace_reparented(task))
thread_group_empty  175 kernel/exit.c  	if (leader != p && thread_group_empty(leader) && leader->exit_state == EXIT_ZOMBIE) {
thread_group_empty  240 kernel/exit.c  		    (p->exit_state && thread_group_empty(p)) ||
thread_group_empty  767 kernel/exit.c  		if (!task_detached(p) && thread_group_empty(p)) {
thread_group_empty  829 kernel/exit.c  	    !task_detached(p) && thread_group_empty(p))
thread_group_empty 1166 kernel/exit.c  	else if (!thread_group_empty(current)) {
thread_group_empty  910 kernel/posix-cpu-timers.c 				      thread_group_empty(p));
thread_group_empty 1289 kernel/posix-cpu-timers.c 		} else if (unlikely(p->exit_state) && thread_group_empty(p)) {
thread_group_empty  732 kernel/signal.c 	else if (!group || thread_group_empty(p))
thread_group_empty 1349 kernel/signal.c 	       (tsk->group_leader != tsk || !thread_group_empty(tsk)));
thread_group_empty 1887 kernel/signal.c 	if (thread_group_empty(tsk) || signal_group_exit(tsk->signal)) {
thread_group_empty  492 kernel/taskstats.c 	if (sig->stats || thread_group_empty(tsk))