28 ReadWriteLock() :
Win32::Win32ReadWriteLock()
32#elif ( __linux__ || __OSX__ || __APPLE__ )
39 ReadWriteLock() :
Posix::PosixReadWriteLock()
44#error "Threading::ReadWriteLock not implemented on this platform!"
Definition posixreadwritelock.h:16
Definition win32readwritelock.h:14
Nebula compiler specific defines and configuration.
Posix implemention of a read-many write-few lock.
Definition posixsysfunc.cc:21
The Jobs2 system provides a set of threads and a pool of jobs from which threads can pickup work.
Definition jobs2.h:16
[TODO: Describe Win32 subsystem]