|
| Runnable (bool spawnThread, RUN_FN(*runFn)) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn), int priority) |
|
virtual | ~Runnable () |
|
void | blockForever () |
|
void | spawn () |
|
|
virtual void | broadcastReady () |
|
void | spawn (void *arg) |
|
Runnable::Runnable |
( |
bool |
spawnThread, |
|
|
RUN_FN * |
runFn |
|
) |
| |
Constructor.
....................................................................... Constructor.
Destructor.
....................................................................... Destructor.
static gcp::util::Runnable::THREAD_START |
( |
startUp |
| ) |
|
|
static |
A startup function for the spawned thread.
bool gcp::util::Runnable::spawned_ |
|
protected |
True if this object is spawned in a separate thread.
Thread* gcp::util::Runnable::spawnedThread_ |
|
protected |
If this object is spawned in its own thread, we will use a Thread container to manage it.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/Runnable.h
- gcpCbass/util/common/Runnable.cc