Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/bpfilter/
Dsockopt.c40 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/Linux-v6.1/net/bpfilter/
Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/Linux-v6.1/include/linux/sched/
Dsignal.h735 extern bool thread_group_exited(struct pid *pid);
/Linux-v6.1/kernel/
Dexit.c1824 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1837 EXPORT_SYMBOL(thread_group_exited);
Dfork.c1920 if (thread_group_exited(pid)) in pidfd_poll()