library of assembled shared sources |
http://lass.cocamware.com |
#include <thread_pool.h>
Protected Member Functions | |
SelfParticipating (const ConsumerType &prototype) | |
~SelfParticipating () | |
const size_t | numDynamicThreads (size_t numThreads) const |
template<typename Queue > | |
bool | participate (Queue &queue) |
Private Attributes | |
ConsumerType | consumer_ |
Definition at line 203 of file thread_pool.h.
lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::SelfParticipating | ( | const ConsumerType & | prototype | ) | [inline, protected] |
lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::~SelfParticipating | ( | ) | [inline, protected] |
Definition at line 207 of file thread_pool.h.
References lass::util::Thread::anyProcessor, and lass::util::Thread::bindCurrent().
const size_t lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::numDynamicThreads | ( | size_t | numThreads | ) | const [inline, protected] |
Definition at line 208 of file thread_pool.h.
bool lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::participate | ( | Queue & | queue | ) | [inline, protected] |
Definition at line 209 of file thread_pool.h.
References lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::consumer_.
ConsumerType lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::consumer_ [private] |
Definition at line 220 of file thread_pool.h.
Referenced by lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >::participate().
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |