20 Event(
bool manualReset=
false) : Win32Event(manualReset) {};
30 Event(
bool manualReset=
false) : LinuxEvent(manualReset) {};
33#elif ( __OSX__ || __APPLE__ )
40 Event(
bool manualReset=
false) : PosixEvent(manualReset) {};
44#error "Threading::Event not implemented on this platform!"
Linux implementation of Event.
Definition linuxevent.h:18
Posix implmentation of an event synchronization object.
Definition posixevent.h:20
EventWithManualReset()
Definition event.h:52
Win32 implementation of an event synchronization object.
Definition win32event.h:18
Nebula compiler specific defines and configuration.
The Jobs2 system provides a set of threads and a pool of jobs from which threads can pickup work.
Definition jobs2.h:16