Libosmium
2.20.0
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 enum value | osmium::thread::Pool | |
default_queue_size enum value | osmium::thread::Pool | |
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 |
operator=(const Pool &)=delete | osmium::thread::Pool | |
operator=(Pool &&)=delete | osmium::thread::Pool | |
Pool(int num_threads=default_num_threads, std::size_t max_queue_size=default_queue_size) | osmium::thread::Pool | inlineexplicit |
Pool(const Pool &)=delete | osmium::thread::Pool | |
Pool(Pool &&)=delete | osmium::thread::Pool | |
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 |
submit_func_result_type typedef | osmium::thread::Pool | |
worker_thread() | osmium::thread::Pool | inlineprivate |
~Pool() | osmium::thread::Pool | inline |