![]() |
The Gaudi Framework
v30r0 (c919700c)
|
Size policies. More...

Go to the source code of this file.
Classes | |
| struct | boost::threadpool::empty_controller< Pool > |
| SizePolicyController which provides no functionality. More... | |
| class | boost::threadpool::resize_controller< Pool > |
| SizePolicyController which allows resizing. More... | |
| class | boost::threadpool::static_size< Pool > |
| SizePolicy which preserves the thread count. More... | |
Namespaces | |
| boost | |
| The namespace threadpool contains a thread pool and related utility classes. | |
| boost::threadpool | |
Size policies.
This file contains size policies for thread_pool. A size policy controls the number of worker threads in the pool.
Copyright (c) 2005-2007 Philipp Henkel
Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
http://threadpool.sourceforge.net
Definition in file size_policies.hpp.