31#elif ( __OSX__ || __APPLE__ )
41#error "Threading::Thread not implemented on this platform!"
Linux implementation of Threading::Thread.
Definition linuxthread.h:20
Posix implementation of thread class.
Definition posixthread.h:23
Win32 implementation of thread class.
Definition win32thread.h:22
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
Threading::ThreadId MainThreadId
Definition thread.cc:21
pthread_t ThreadId
Definition linuxthreadid.h:15
#define __DeclareClass(type)