Home
last modified time | relevance | path

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

/linux/kernel/
A Dexit.c209 if (leader != p && thread_group_empty(leader) in release_task()
277 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp()
610 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader()
682 thread_group_empty(tsk) && in exit_notify()
687 autoreap = thread_group_empty(tsk) && in exit_notify()
914 else if (!thread_group_empty(current)) { in do_group_exit()
1810 (READ_ONCE(task->exit_state) && thread_group_empty(task)); in thread_group_exited()
A Dptrace.c546 if (!dead && thread_group_empty(p)) { in __ptrace_detach()
880 need_siglock = data && !thread_group_empty(current); in ptrace_resume()
A Dtaskstats.c557 if (stats || thread_group_empty(tsk)) in taskstats_tgid_alloc()
A Dsignal.c1003 else if ((type == PIDTYPE_PID) || thread_group_empty(p)) in complete_signal()
2024 (tsk->group_leader != tsk || !thread_group_empty(tsk))); in do_notify_parent()
2945 if (thread_group_empty(tsk) || signal_group_exit(tsk->signal)) { in exit_signals()
3004 if (task_sigpending(tsk) && !thread_group_empty(tsk)) { in __set_task_blocked()
A Duser_namespace.c1331 if (!thread_group_empty(current)) in userns_install()
A Dfork.c2962 if (!thread_group_empty(current)) in check_unshare_flags()
/linux/include/linux/sched/
A Dsignal.h699 static inline int thread_group_empty(struct task_struct *p) in thread_group_empty() function
705 (thread_group_leader(p) && !thread_group_empty(p))
/linux/mm/
A Doom_kill.c802 if (thread_group_empty(task) && (task->flags & PF_EXITING)) in __task_will_free_mem()
/linux/security/keys/
A Dkeyctl.c1662 if (!thread_group_empty(parent)) in keyctl_session_to_parent()
/linux/fs/
A Dexec.c1041 if (thread_group_empty(tsk)) in de_thread()

Completed in 37 milliseconds