CSAD
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
csad::Thread Class Reference

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 ThreadrunProc (tfSTDCALL_p_FUNC_p proc, Thread *thread=0)
 Invokes the handler thread.
 

Detailed Description

Thread - class to create and flow control.

See Also
csad: platform