![]() |
CPPMyth
Library to interoperate with MythTV server
|


Public Member Functions | |
| WorkerThread (ThreadPool &pool) | |
| void * | process (void) |
| void | finalize (void) |
| Public Member Functions inherited from NSROOT::OS::Thread | |
| Thread (const Thread &_thread) | |
| Thread & | operator= (const Thread &_thread) |
| thread_t * | native_handle () |
| bool | start_thread (bool wait=true) |
| void | stop_thread (bool wait=true) |
| bool | wait_thread (unsigned millisec) |
| bool | is_running () |
| bool | is_stopped () |
| void | pause (unsigned millisec) |
| void | wake () |
Private Attributes | |
| ThreadPool & | m_threadPool |
Additional Inherited Members | |
| Protected Attributes inherited from NSROOT::OS::Thread | |
| bool | m_finalizeOnStop |
Definition at line 106 of file threadpool.h.
|
inline |
Definition at line 109 of file threadpool.h.
|
inlinevirtual |
Reimplemented from NSROOT::OS::Thread.
Definition at line 138 of file threadpool.h.
|
inlinevirtual |
Implements NSROOT::OS::Thread.
Definition at line 113 of file threadpool.h.
|
private |
Definition at line 144 of file threadpool.h.