![]() |
batmat
0.0.19
Batched linear algebra routines
|
This is the complete list of members for batmat::thread_pool, including all inherited members.
| exceptions | batmat::thread_pool | private |
| funcs | batmat::thread_pool | private |
| operator=(const thread_pool &)=delete | batmat::thread_pool | |
| operator=(thread_pool &&)=default | batmat::thread_pool | |
| schedule(size_t i, std::function< void()> func) | batmat::thread_pool | inline |
| signals | batmat::thread_pool | private |
| size() const | batmat::thread_pool | inline |
| sync_run_all(F &&f) | batmat::thread_pool | inline |
| sync_run_n(I n, F &&f) | batmat::thread_pool | inline |
| thread_pool(size_t num_threads=std::thread::hardware_concurrency()) | batmat::thread_pool | inlineexplicit |
| thread_pool(const thread_pool &)=delete | batmat::thread_pool | |
| thread_pool(thread_pool &&)=default | batmat::thread_pool | |
| threads | batmat::thread_pool | private |
| wait(size_t i) | batmat::thread_pool | inline |
| wait_all() | batmat::thread_pool | inline |
| work(std::stop_token stop, size_t i) | batmat::thread_pool | inlineprivate |