Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/bpfilter/
H A Dsockopt.c31 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
/openbmc/linux/net/bpfilter/
H A Dbpfilter_kern.c23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
/openbmc/linux/include/linux/sched/
H A Dsignal.h732 extern bool thread_group_exited(struct pid *pid);
/openbmc/linux/kernel/
H A Dexit.c1897 bool thread_group_exited(struct pid *pid) in thread_group_exited() function
1910 EXPORT_SYMBOL(thread_group_exited);
H A Dfork.c2086 if (thread_group_exited(pid)) in pidfd_poll()