Libosmium
2.13.1
Fast and flexible C++ library for working with OpenStreetMap data
|
This is the complete list of members for osmium::thread::Pool, including all inherited members.
default_instance() | osmium::thread::Pool | inlinestatic |
default_num_threads | osmium::thread::Pool | static |
default_queue_size | osmium::thread::Pool | static |
m_joiner | osmium::thread::Pool | private |
m_num_threads | osmium::thread::Pool | private |
m_threads | osmium::thread::Pool | private |
m_work_queue | osmium::thread::Pool | private |
num_threads() const noexcept | osmium::thread::Pool | inline |
Pool(int num_threads=default_num_threads, std::size_t max_queue_size=default_queue_size) | osmium::thread::Pool | inlineexplicit |
queue_empty() const | osmium::thread::Pool | inline |
queue_size() const | osmium::thread::Pool | inline |
shutdown_all_workers() | osmium::thread::Pool | inline |
submit(TFunction &&func) | osmium::thread::Pool | inline |
worker_thread() | osmium::thread::Pool | inlineprivate |
~Pool() | osmium::thread::Pool | inline |