|
| CThread (const CThread &_thread) |
|
CThread & | operator= (const CThread &_thread) |
|
thread_t * | NativeHandle () |
|
bool | StartThread (bool wait=true) |
|
void | StopThread (bool wait=true) |
|
bool | WaitThread (unsigned timeout) |
|
bool | IsRunning () |
|
bool | IsStopped () |
|
void | Sleep (unsigned timeout) |
|
void | WakeUp () |
|
|
virtual void * | Process (void)=0 |
|
virtual void | Finalize (void) |
|
|
static void * | ThreadHandler (void *_thread) |
|
Definition at line 32 of file thread.h.
The documentation for this class was generated from the following file:
- /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/os/threads/thread.h