47 #ifndef CCXX_OBJSYNC_H
48 #define CCXX_OBJSYNC_H
51 #ifdef CCXX_NAMESPACES
79 #ifdef CCXX_NAMESPACES
Generic template to create objects of a common base type which share a static mutex so that all insta...
Definition: objsync.h:63
void objLock(void)
Definition: objsync.h:69
Synchronization and threading services.
The Mutex class is used to protect a section of code so that at any given time only a single thread c...
Definition: thread.h:186
void objUnlock(void)
Definition: objsync.h:72