Searched refs:thread_group_exited (Results 1 – 6 of 6) sorted by relevance
40 thread_group_exited(bpfilter_ops.info.tgid)) in bpfilter_mbox_request()
64 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in finish()
23 wait_event(tgid->wait_pidfd, thread_group_exited(tgid)); in shutdown_umh()
677 extern bool thread_group_exited(struct pid *pid);
1732 bool thread_group_exited(struct pid *pid) in thread_group_exited() function1745 EXPORT_SYMBOL(thread_group_exited);
1786 if (thread_group_exited(pid)) in pidfd_poll()