#include <PooledThread.hxx>

Definition at line 32 of file PooledThread.hxx.
Public Member Functions | |
| PooledThread (CLAM::ThreadPool *myThreadPool, bool realtime=true) | |
| ~PooledThread () | |
| void | Start () |
| void | ReturnToPool () |
| CLAM::PooledThread::PooledThread | ( | CLAM::ThreadPool * | myThreadPool, | |
| bool | realtime = true | |||
| ) |
Definition at line 8 of file PooledThread.cxx.
| CLAM::PooledThread::~PooledThread | ( | ) |
Definition at line 13 of file PooledThread.cxx.
| void CLAM::PooledThread::Start | ( | void | ) | [virtual] |
Reimplemented from CLAM::Thread.
Definition at line 17 of file PooledThread.cxx.
References CLAM::Thread::mRunning, CLAM::Thread::mThreadID, and NULL.
| void CLAM::PooledThread::ReturnToPool | ( | ) |
1.5.5