Thread - class to create and flow control. More...
Public Member Functions | |
PLATFORM_API void | create () |
Creates a thread. | |
PLATFORM_API bool | isThisThread () |
Check for presence in the stream. | |
PLATFORM_API void | play () |
Starts a thread. | |
virtual PLATFORM_API void | run () |
The handler thread. | |
PLATFORM_API void | stop () |
Stops the flow. | |
PLATFORM_API void | terminate () |
Destroys the flow. | |
Static Public Member Functions | |
static PLATFORM_API Thread * | runProc (tfSTDCALL_p_FUNC_p proc, Thread *thread=0) |
Invokes the handler thread. | |
Thread - class to create and flow control.