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()
145 bool group_dead = thread_group_leader(tsk); in __exit_signal()737 int sig = thread_group_leader(tsk) && in exit_notify()742 } else if (thread_group_leader(tsk)) { in exit_notify()1118 state = (ptrace_reparented(p) && thread_group_leader(p)) ? in wait_task_zombie()1131 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC)) in bacct_add_tsk()
174 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
573 if (thread_group_leader(current)) { in acct_collect()
566 dead = !thread_group_leader(p); in __ptrace_detach()
1081 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
2454 if (thread_group_leader(p)) { in copy_process()
710 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function733 (thread_group_leader(p) && !thread_group_empty(p))
1065 if (!thread_group_leader(tsk)) in de_thread()1083 if (!thread_group_leader(tsk)) { in de_thread()1165 BUG_ON(!thread_group_leader(tsk)); in de_thread()
1302 if (thread_group_leader(p)) { in fill_prstatus()
1548 if (thread_group_leader(p)) { in fill_prstatus()
147 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
3841 if (thread_group_leader(pos)) in next_tid()
4887 if (!thread_group_leader(task)) in css_task_iter_advance()
Completed in 49 milliseconds