52 Thread(
string const& _name );
unsigned int uint32
Definition: Defs.h:95
Platform-independent definition of event objects.
Definition: Event.h:41
Implements a platform-independent thread management class.
Definition: Thread.h:44
virtual bool IsSignalled()
Definition: Thread.cpp:119
bool Stop()
Definition: Thread.cpp:86
virtual ~Thread()
Definition: Thread.cpp:61
void(* pfnThreadProc_t)(Event *_exitEvent, void *_context)
Definition: Thread.h:46
void Sleep(uint32 _millisecs)
Definition: Thread.cpp:107
bool Start(pfnThreadProc_t _pfnThreadProc, void *_context)
Definition: Thread.cpp:73
Platform-independent definition of Wait objects.
Definition: Wait.h:43
friend class ThreadImpl
Definition: Wait.h:45
Definition: Bitfield.h:35