Home
last modified time | relevance | path

Searched refs:thread_group_leader (Results 1 – 15 of 15) sorted by relevance

/linux/security/yama/
A Dyama_lsm.c236 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()
/linux/kernel/
A Dexit.c95 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()
A Dtsacct.c41 if (thread_group_leader(tsk)) { in bacct_add_tsk()
A Dpid_namespace.c171 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
A Dacct.c552 if (thread_group_leader(current)) { in acct_collect()
A Dptrace.c544 dead = !thread_group_leader(p); in __ptrace_detach()
A Dsys.c1065 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
A Dfork.c2362 if (thread_group_leader(p)) { in copy_process()
/linux/include/linux/sched/
A Dsignal.h682 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function
705 (thread_group_leader(p) && !thread_group_empty(p))
/linux/fs/
A Dexec.c1059 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()
A Dbinfmt_elf_fdpic.c1301 if (thread_group_leader(p)) { in fill_prstatus()
A Dbinfmt_elf.c1526 if (thread_group_leader(p)) { in fill_prstatus()
/linux/kernel/bpf/
A Dtask_iter.c40 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
/linux/fs/proc/
A Dbase.c3772 if (thread_group_leader(pos)) in next_tid()
/linux/kernel/cgroup/
A Dcgroup.c4674 if (!thread_group_leader(task)) in css_task_iter_advance()

Completed in 56 milliseconds