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:187
Generic template to create objects of a common base type which share a static mutex so that all insta...
Definition objsync.h:64
void objLock(void)
Definition objsync.h:69
void objUnlock(void)
Definition objsync.h:72
Synchronization and threading services.