109 static Mutex* _mutex;
113 static unsigned _count;
Locking class for easy locking and unlocking by destructor.
Definition Mutex.h:43
Lightweight intra process thread synchronization.
Definition Mutex.h:17
Definition TStaticSync.h:86
Lock(bool try_lock)
Try constructor.
Definition TStaticSync.h:100
Lock()
Default constructor.
Definition TStaticSync.h:91
TStaticSync provides a system-independent interface to build sets of classes that act somewhat like m...
Definition TStaticSync.h:59
TStaticSync()
Default constructor.
Definition TStaticSync.h:117
~TStaticSync()
Destructor.
Definition TStaticSync.h:138
TStaticSync< T > & operator=(const TStaticSync< T > &)=delete
Do not allow copying.
Definition Application.h:10