#include <WorkerGroup.h>
Public Member Functions | |
| Worker (WorkerGroup< DataType > &group) | |
| void | operator() () |
Data Fields | |
| WorkerGroup< DataType > & | group |
| volatile bool | m_busy |
| true when actively working | |
| volatile bool | m_paused |
| true if paused | |
|
||||||||||
|
Definition at line 90 of file WorkerGroup.h. References SctService::WorkerGroup< T >::Worker::group, SctService::WorkerGroup< T >::Worker::m_busy, and SctService::WorkerGroup< T >::Worker::m_paused. |
|
|||||||||
|
Definition at line 91 of file WorkerGroup.h. References SctService::WorkerGroup< T >::Worker::group, and SctService::WorkerGroup< DataType >::threadMain(). |
|
|||||
|
Definition at line 94 of file WorkerGroup.h. Referenced by SctService::WorkerGroup< T >::Worker::operator()(), and SctService::WorkerGroup< T >::Worker::Worker(). |
|
|||||
|
true when actively working
Definition at line 95 of file WorkerGroup.h. Referenced by SctService::WorkerGroup< T >::popAndWork(), and SctService::WorkerGroup< T >::Worker::Worker(). |
|
|||||
|
true if paused
Definition at line 96 of file WorkerGroup.h. Referenced by SctService::WorkerGroup< T >::Worker::Worker(). |
1.3-rc3