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

/linux-4.1.27/kernel/
H A Dexit.c193 if (leader != p && thread_group_empty(leader) release_task()
229 (p->exit_state && thread_group_empty(p)) || do_each_pid_task()
533 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { reparent_leader()
603 thread_group_empty(tsk) && exit_notify()
608 autoreap = thread_group_empty(tsk) && exit_notify()
859 else if (!thread_group_empty(current)) { do_group_exit()
H A Dtaskstats.c587 if (sig->stats || thread_group_empty(tsk)) taskstats_tgid_alloc()
H A Dptrace.c466 if (!dead && thread_group_empty(p)) { __ptrace_detach()
764 need_siglock = data && !thread_group_empty(current); ptrace_resume()
H A Dsignal.c934 else if (!group || thread_group_empty(p)) complete_signal()
1637 (tsk->group_leader != tsk || !thread_group_empty(tsk))); do_notify_parent()
2445 if (thread_group_empty(tsk) || signal_group_exit(tsk->signal)) { exit_signals()
2515 if (signal_pending(tsk) && !thread_group_empty(tsk)) { __set_task_blocked()
H A Dfork.c1863 if (!thread_group_empty(current)) check_unshare_flags()
/linux-4.1.27/include/linux/
H A Dsched.h2597 static inline int thread_group_empty(struct task_struct *p) thread_group_empty() function
2603 (thread_group_leader(p) && !thread_group_empty(p))
/linux-4.1.27/fs/
H A Dexec.c893 if (thread_group_empty(tsk)) de_thread()
/linux-4.1.27/kernel/time/
H A Dposix-cpu-timers.c1037 } else if (unlikely(p->exit_state) && thread_group_empty(p)) { posix_cpu_timer_schedule()
/linux-4.1.27/security/keys/
H A Dkeyctl.c1505 if (!thread_group_empty(parent)) keyctl_session_to_parent()

Completed in 383 milliseconds