Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::ThreadPool, including all inherited members.
condition | bb::ThreadPool | private |
enqueue(const std::function< void()> &task) | bb::ThreadPool | |
finished_condition | bb::ThreadPool | private |
num_threads() | bb::ThreadPool | inline |
operator=(const ThreadPool &other)=delete | bb::ThreadPool | |
operator=(ThreadPool &&other)=delete | bb::ThreadPool | |
stop | bb::ThreadPool | private |
tasks | bb::ThreadPool | private |
tasks_mutex | bb::ThreadPool | private |
tasks_running | bb::ThreadPool | private |
ThreadPool(size_t num_threads) | bb::ThreadPool | |
ThreadPool(const ThreadPool &other)=delete | bb::ThreadPool | |
ThreadPool(ThreadPool &&other)=delete | bb::ThreadPool | |
wait() | bb::ThreadPool | |
worker_loop(size_t thread_index) | bb::ThreadPool | private |
workers | bb::ThreadPool | private |
~ThreadPool() | bb::ThreadPool |