libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
thread_pool_master.hpp File Reference
#include "private_/fixed_threads_container.hpp"
#include "private_/thread_pool_queue_model.hpp"
#include "private_/pool_thread.hpp"
#include <boost/ptr_container/ptr_vector.hpp>
Include dependency graph for thread_pool_master.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::mstr_accumulate_across_threads< S >
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_::mstr_accumulate_across_threads< no_statistics< T > >
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::thread_pool< pool_traits::work_distribution_mode_t::one_thread_distributes<>, pool_traits::size_mode_t::infinite, PTT >
 This pool has an unlimited size, and uses a master to distribute the work to the worker threads. More...
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::thread_pool< pool_traits::work_distribution_mode_t::one_thread_distributes<>, pool_traits::size_mode_t::fixed_size, PTT >
 This pool has a limited, specified size, and uses a master to distribute the work to the worker threads. More...
 
class  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::thread_pool< pool_traits::work_distribution_mode_t::one_thread_distributes<>, pool_traits::size_mode_t::tracks_to_max, PTT >
 This pool has a maximum specified size to which it will grow and reduce from, and uses a master to distribute the work to the worker threads. More...
 

Namespaces

namespace  jmmcg
 Link with -lrt to include these functions.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd
 Parallel Pixie Dust or PPD is the name of the thread library within libjmmcg.
 
namespace  jmmcg::LIBJMMCG_VER_NAMESPACE::ppd::private_