#include <AsynchronousTools.h>
Definition at line 164 of file AsynchronousTools.h.
typedef void*(* casa::async::Thread::ThreadFunction)(void *) |
casa::async::Thread::Thread |
( |
| ) |
|
virtual casa::async::Thread::~Thread |
( |
| ) |
|
|
virtual |
pthread_t casa::async::Thread::getId |
( |
| ) |
const |
pid_t casa::async::Thread::gettid |
( |
| ) |
const |
bool casa::async::Thread::isStarted |
( |
| ) |
const |
|
protected |
bool casa::async::Thread::isTerminationRequested |
( |
| ) |
const |
void* casa::async::Thread::join |
( |
| ) |
|
virtual void* casa::async::Thread::run |
( |
| ) |
|
|
protectedpure virtual |
void casa::async::Thread::startThread |
( |
| ) |
|
virtual void casa::async::Thread::terminate |
( |
| ) |
|
|
virtual |
static void* casa::async::Thread::threadFunction |
( |
void * |
| ) |
|
|
staticprotected |
pthread_t* casa::async::Thread::id_p |
|
private |
bool casa::async::Thread::started_p |
|
private |
volatile bool casa::async::Thread::terminationRequested_p |
|
private |
The documentation for this class was generated from the following file: