Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsignal.h726 static inline int thread_group_empty(struct task_struct *p) in thread_group_empty() function
733 (thread_group_leader(p) && !thread_group_empty(p))
/linux/fs/
H A Dpidfs.c204 else if (task->exit_state && (thread || thread_group_empty(task))) in pidfd_poll()
/linux/kernel/
H A Dtaskstats.c572 if (stats || thread_group_empty(tsk)) in taskstats_tgid_alloc()
H A Dsignal.c974 else if ((type == PIDTYPE_PID) || thread_group_empty(p)) in complete_signal()
2181 (tsk->group_leader != tsk || !thread_group_empty(tsk))); in do_notify_parent()
2186 if (thread_group_empty(tsk)) in do_notify_parent()
3129 if (thread_group_empty(tsk) || (tsk->signal->flags & SIGNAL_GROUP_EXIT)) { in exit_signals()
3190 if (task_sigpending(tsk) && !thread_group_empty(tsk)) { in __set_task_blocked()
H A Dptrace.c549 if (!dead && thread_group_empty(p)) { in __ptrace_detach()
H A Duser_namespace.c1350 if (!thread_group_empty(current)) in userns_install()
H A Dfork.c3230 if (!thread_group_empty(current)) in check_unshare_flags()
/linux/security/keys/
H A Dkeyctl.c1667 if (!thread_group_empty(parent)) in keyctl_session_to_parent()