#include <PooledThread.hxx>
Public Member Functions | |
PooledThread (CLAM::ThreadPool *myThreadPool, bool realtime=true) | |
~PooledThread () | |
void | Start () |
void | ReturnToPool () |
Definition at line 32 of file PooledThread.hxx.
CLAM::PooledThread::PooledThread | ( | CLAM::ThreadPool * | myThreadPool, | |
bool | realtime = true | |||
) |
Definition at line 5 of file PooledThread.cxx.
CLAM::PooledThread::~PooledThread | ( | ) |
Definition at line 10 of file PooledThread.cxx.
void CLAM::PooledThread::ReturnToPool | ( | ) |
Definition at line 26 of file PooledThread.cxx.
void CLAM::PooledThread::Start | ( | void | ) | [virtual] |
Reimplemented from CLAM::Thread.
Definition at line 14 of file PooledThread.cxx.