Contains a mutex-based threading model for icl_core::Singleton. More...
Go to the source code of this file.
Classes | |
class | icl_core::thread::STMMultiThreadedWithMutex< T > |
Mutex-based thread-safe singleton threading model. More... | |
Namespaces | |
namespace | icl_core |
namespace | icl_core::thread |
Contains a mutex-based threading model for icl_core::Singleton.
icl_core::STMMultiThreadedWithMutex is a multi-threaded, thread-safe threading model for icl_core::Singleton. It performs locking using icl_core::thread::ScopedMutexLock.
Definition in file thread/SingletonThreadingModels.h.