#include <tnlThread.h>
Inheritance diagram for TNL::Thread:

Public Member Functions | |
| virtual U32 | run ()=0 |
| run function called when thread is started. | |
| Thread () | |
| Thread constructor. | |
| ~Thread () | |
| Thread destructor. | |
| void | start () |
| starts the thread's main run function. | |
Protected Attributes | |
| U32 | mReturnValue |
| Return value from thread function. | |
| pthread_t | mThread |
|
|
Thread constructor.
|
|
|
Thread destructor.
|
|
|
run function called when thread is started.
Implemented in TNL::ThreadQueue::ThreadQueueThread. |
|
|
starts the thread's main run function.
|
|
|
Return value from thread function.
|
|
|
|