Searched refs:thread_group_leader (Results 1 – 15 of 15) sorted by relevance
236 if (!thread_group_leader(myself)) in yama_task_prctl()282 if (!thread_group_leader(parent)) in task_is_descendant()285 if (!thread_group_leader(walker)) in task_is_descendant()326 if (!thread_group_leader(tracee)) in ptracer_exception_found()
95 bool group_dead = thread_group_leader(tsk); in __exit_signal()681 int sig = thread_group_leader(tsk) && in exit_notify()686 } else if (thread_group_leader(tsk)) { in exit_notify()1027 state = (ptrace_reparented(p) && thread_group_leader(p)) ? in wait_task_zombie()1040 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
41 if (thread_group_leader(tsk)) { in bacct_add_tsk()
171 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
552 if (thread_group_leader(current)) { in acct_collect()
544 dead = !thread_group_leader(p); in __ptrace_detach()
1065 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
2362 if (thread_group_leader(p)) { in copy_process()
682 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function705 (thread_group_leader(p) && !thread_group_empty(p))
1059 if (!thread_group_leader(tsk)) in de_thread()1077 if (!thread_group_leader(tsk)) { in de_thread()1159 BUG_ON(!thread_group_leader(tsk)); in de_thread()
1301 if (thread_group_leader(p)) { in fill_prstatus()
1526 if (thread_group_leader(p)) { in fill_prstatus()
40 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
3772 if (thread_group_leader(pos)) in next_tid()
4674 if (!thread_group_leader(task)) in css_task_iter_advance()
Completed in 54 milliseconds