My Project
|
Public Member Functions | |
RunnableTestClass (bool spawn) | |
virtual | ~RunnableTestClass () |
void | run () |
![]() | |
Runnable (bool spawnThread, RUN_FN(*runFn)) | |
Runnable (bool spawnThread, RUN_FN(*runFn), int priority) | |
virtual | ~Runnable () |
void | blockForever () |
void | spawn () |
Static Public Member Functions | |
static | RUN_FN (runFn) |
![]() | |
static | THREAD_START (startUp) |
Additional Inherited Members | |
![]() | |
virtual void | broadcastReady () |
void | spawn (void *arg) |
![]() | |
Thread * | spawnedThread_ |
bool | spawned_ |
RUN_FN * | runFn_ |
RunnableTestClass::RunnableTestClass | ( | bool | spawnThread | ) |
Constructor.
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.