Searched refs:thread_group_empty (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/
H A Dpidfs.c105 else if (task->exit_state && (thread || thread_group_empty(task)))
H A Dexec.c1065 if (thread_group_empty(tsk))
/linux-master/kernel/
H A Dexit.c268 if (leader != p && thread_group_empty(leader)
336 (p->exit_state && thread_group_empty(p)) ||
672 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) {
746 if (!thread_group_empty(tsk))
751 thread_group_empty(tsk) &&
756 autoreap = thread_group_empty(tsk) &&
H A Dtaskstats.c578 if (stats || thread_group_empty(tsk))
H A Dsignal.c1007 else if ((type == PIDTYPE_PID) || thread_group_empty(p))
2063 (tsk->group_leader != tsk || !thread_group_empty(tsk)));
2068 if (thread_group_empty(tsk))
3004 if (thread_group_empty(tsk) || (tsk->signal->flags & SIGNAL_GROUP_EXIT)) {
3065 if (task_sigpending(tsk) && !thread_group_empty(tsk)) {
H A Duser_namespace.c1351 if (!thread_group_empty(current))
H A Dptrace.c549 if (!dead && thread_group_empty(p)) {
H A Dfork.c3210 if (!thread_group_empty(current))
/linux-master/include/linux/sched/
H A Dsignal.h729 static inline int thread_group_empty(struct task_struct *p) function
736 (thread_group_leader(p) && !thread_group_empty(p))
/linux-master/mm/
H A Doom_kill.c857 if (thread_group_empty(task) && (task->flags & PF_EXITING))
/linux-master/security/keys/
H A Dkeyctl.c1666 if (!thread_group_empty(parent))

Completed in 152 milliseconds