51 Thread(
string const& _name );
unsigned int uint32
Definition: Defs.h:69
Platform-independent definition of event objects.
Definition: Event.h:40
Windows-specific implementation of the Thread class.
Definition: ThreadImpl.h:43
Implements a platform-independent thread management class.
Definition: Thread.h:43
Thread(string const &_name)
Definition: Thread.cpp:46
virtual bool IsSignalled()
Definition: Thread.cpp:117
bool Stop()
Definition: Thread.cpp:84
virtual ~Thread()
Definition: Thread.cpp:59
void(* pfnThreadProc_t)(Event *_exitEvent, void *_context)
Definition: Thread.h:45
void Sleep(uint32 _millisecs)
Definition: Thread.cpp:105
bool Start(pfnThreadProc_t _pfnThreadProc, void *_context)
Definition: Thread.cpp:71
Platform-independent definition of Wait objects.
Definition: Wait.h:42
Definition: Bitfield.h:35