Searched refs:thread_group_leader (Results 1 - 14 of 14) sorted by relevance

/linux-master/security/yama/
H A Dyama_lsm.c237 if (!thread_group_leader(myself))
283 if (!thread_group_leader(parent))
286 if (!thread_group_leader(walker))
327 if (!thread_group_leader(tracee))
/linux-master/include/linux/sched/
H A Dsignal.h702 static inline bool thread_group_leader(struct task_struct *p) function
731 return thread_group_leader(p) &&
736 (thread_group_leader(p) && !thread_group_empty(p))
/linux-master/kernel/
H A Dtsacct.c48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC))
H A Dpid_namespace.c175 int init_pids = thread_group_leader(me) ? 1 : 2;
H A Dexit.c149 bool group_dead = thread_group_leader(tsk);
750 int sig = thread_group_leader(tsk) &&
755 } else if (thread_group_leader(tsk)) {
1106 state = (ptrace_reparented(p) && thread_group_leader(p)) ?
1117 * Check thread_group_leader() to exclude the traced sub-threads.
1119 if (state == EXIT_DEAD && thread_group_leader(p)) {
H A Dacct.c573 if (thread_group_leader(current)) {
H A Dptrace.c547 dead = !thread_group_leader(p);
H A Dsys.c1099 if (!thread_group_leader(p))
H A Dfork.c2567 if (thread_group_leader(p)) {
/linux-master/fs/
H A Dexec.c1083 if (!thread_group_leader(tsk))
1101 if (!thread_group_leader(tsk)) {
1182 BUG_ON(!thread_group_leader(tsk));
H A Dbinfmt_elf.c1483 if (thread_group_leader(p)) {
H A Dbinfmt_elf_fdpic.c1301 if (thread_group_leader(p)) {
/linux-master/kernel/bpf/
H A Dtask_iter.c127 } else if (skip_if_dup_files && !thread_group_leader(task) &&
/linux-master/kernel/cgroup/
H A Dcgroup.c4894 if (!thread_group_leader(task))

Completed in 186 milliseconds