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