51 Thread(
string const& _name );
bool Start(pfnThreadProc_t _pfnThreadProc, void *_context)
Definition: Thread.cpp:73
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:86
void(* pfnThreadProc_t)(Event *_exitEvent, void *_context)
Definition: Thread.h:45
unsigned int uint32
Definition: Defs.h:80
Platform-independent definition of Wait objects.
Definition: Wait.h:41
Thread(string const &_name)
Definition: Thread.cpp:48
void Sleep(uint32 _millisecs)
Definition: Thread.cpp:107
virtual bool IsSignalled()
Definition: Thread.cpp:119
Windows-specific implementation of the Thread class.
Definition: windows/ThreadImpl.h:42
virtual ~Thread()
Definition: Thread.cpp:61