Windows specific implementation of Wait objects.
Definition: windows/WaitImpl.h:42
Definition: Bitfield.h:34
void Notify()
Definition: Wait.cpp:112
static int32 Multiple(Wait **_objects, uint32 _numObjects, int32 _timeout=-1)
Definition: Wait.cpp:123
void(* pfnWaitNotification_t)(void *_context)
Definition: Wait.h:53
void AddWatcher(pfnWaitNotification_t _callback, void *_context)
Definition: Wait.cpp:73
signed int int32
Definition: Defs.h:79
unsigned int uint32
Definition: Defs.h:80
static int32 Single(Wait *_object, int32 _timeout=-1)
Definition: Wait.h:77
Platform-independent definition of Wait objects.
Definition: Wait.h:41
void RemoveWatcher(pfnWaitNotification_t _callback, void *_context)
Definition: Wait.cpp:96
virtual ~Wait()
Definition: Wait.cpp:62
Wait()
Definition: Wait.cpp:51
Windows-specific implementation of the Thread class.
Definition: windows/ThreadImpl.h:42
virtual bool IsSignalled()=0