library of assembled shared sources |
http://lass.cocamware.com |
#include <thread_pool.h>
Protected Member Functions | |
NotParticipating (const ConsumerType &prototype) | |
~NotParticipating () | |
const size_t | numDynamicThreads (size_t numThreads) const |
template<typename Queue > | |
bool | participate (Queue &) |
Definition at line 232 of file thread_pool.h.
lass::util::NotParticipating< TaskType, ConsumerType, IdlePolicy >::NotParticipating | ( | const ConsumerType & | prototype | ) | [inline, protected] |
Definition at line 235 of file thread_pool.h.
lass::util::NotParticipating< TaskType, ConsumerType, IdlePolicy >::~NotParticipating | ( | ) | [inline, protected] |
Definition at line 236 of file thread_pool.h.
const size_t lass::util::NotParticipating< TaskType, ConsumerType, IdlePolicy >::numDynamicThreads | ( | size_t | numThreads | ) | const [inline, protected] |
Definition at line 237 of file thread_pool.h.
bool lass::util::NotParticipating< TaskType, ConsumerType, IdlePolicy >::participate | ( | Queue & | ) | [inline, protected] |
Definition at line 238 of file thread_pool.h.
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |