Home
last modified time | relevance | path

Searched refs:thread_group_exited (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/ipv4/bpfilter/
Dsockopt.c40 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/Linux-v5.10/kernel/bpf/preload/
Dbpf_preload_kern.c64 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in finish()
/Linux-v5.10/net/bpfilter/
Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/Linux-v5.10/include/linux/sched/
Dsignal.h677 extern bool thread_group_exited(struct pid *pid);
/Linux-v5.10/kernel/
Dexit.c1732 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1745 EXPORT_SYMBOL(thread_group_exited);
Dfork.c1786 if (thread_group_exited(pid)) in pidfd_poll()