TNL::Thread class Reference
TNL::Thread Class Reference
#include <tnlThread.h>
Inheritance diagram for TNL::Thread:
Detailed Description
Platform independent
Thread class.
|
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 |
Constructor & Destructor Documentation
Member Function Documentation
virtual U32 TNL::Thread::run |
( |
|
) |
[pure virtual] |
|
void TNL::Thread::start |
( |
|
) |
|
|
|
starts the thread's main run function.
|
Field Documentation
|
Return value from thread function.
|