Home
last modified time | relevance | path

Searched refs:thread_group_empty (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/sched/
H A Dsignal.h729 static inline int thread_group_empty(struct task_struct *p) in thread_group_empty() function
736 (thread_group_leader(p) && !thread_group_empty(p))
/linux/kernel/
H A Dexit.c281 if (leader != p && thread_group_empty(leader) in release_task()
366 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp()
722 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader()
789 int sig = thread_group_empty(tsk) && !ptrace_reparented(tsk) in exit_notify()
793 autoreap = thread_group_empty(tsk) && in exit_notify()
H A Dsignal.c981 else if ((type == PIDTYPE_PID) || thread_group_empty(p)) in complete_signal()
2255 WARN_ON_ONCE(!tsk->ptrace && !thread_group_empty(tsk)); in do_notify_parent()
3210 if (task_sigpending(tsk) && !thread_group_empty(tsk) && in exit_signals()
3258 if (task_sigpending(tsk) && !thread_group_empty(tsk)) { in __set_task_blocked()
H A Duser_namespace.c1355 if (!thread_group_empty(current)) in userns_install()
H A Dfork.c3177 if (!thread_group_empty(current)) in check_unshare_flags()
/linux/security/keys/
H A Dkeyctl.c1679 if (!thread_group_empty(parent)) in keyctl_session_to_parent()
/linux/fs/
H A Dexec.c928 if (thread_group_empty(tsk)) in de_thread()