Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dexit.c193 if (leader != p && thread_group_empty(leader) in release_task()
229 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp()
533 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader()
603 thread_group_empty(tsk) && in exit_notify()
608 autoreap = thread_group_empty(tsk) && in exit_notify()
863 else if (!thread_group_empty(current)) { in do_group_exit()
Dptrace.c466 if (!dead && thread_group_empty(p)) { in __ptrace_detach()
777 need_siglock = data && !thread_group_empty(current); in ptrace_resume()
Dtaskstats.c587 if (sig->stats || thread_group_empty(tsk)) in taskstats_tgid_alloc()
Dsignal.c883 else if (!group || thread_group_empty(p)) in complete_signal()
1586 (tsk->group_leader != tsk || !thread_group_empty(tsk))); in do_notify_parent()
2394 if (thread_group_empty(tsk) || signal_group_exit(tsk->signal)) { in exit_signals()
2461 if (signal_pending(tsk) && !thread_group_empty(tsk)) { in __set_task_blocked()
Duser_namespace.c981 if (!thread_group_empty(current)) in userns_install()
Dfork.c1894 if (!thread_group_empty(current)) in check_unshare_flags()
/linux-4.4.14/include/linux/
Dsched.h2720 static inline int thread_group_empty(struct task_struct *p) in thread_group_empty() function
2726 (thread_group_leader(p) && !thread_group_empty(p))
/linux-4.4.14/security/keys/
Dkeyctl.c1499 if (!thread_group_empty(parent)) in keyctl_session_to_parent()
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c1081 } else if (unlikely(p->exit_state) && thread_group_empty(p)) { in posix_cpu_timer_schedule()
/linux-4.4.14/fs/
Dexec.c899 if (thread_group_empty(tsk)) in de_thread()