Contains a semaphore-based threading model for icl_core::tSingleton. More...
Go to the source code of this file.
Classes | |
class | icl_core::logging::STMMultiThreadedWithSemaphore< T > |
Semaphore-based thread-safe singleton threading model. More... | |
Namespaces | |
icl_core | |
icl_core::logging | |
Flexible, powerful, configurable logging framework. | |
Contains a semaphore-based threading model for icl_core::tSingleton.
icl_core::tSTMMultiThreadedWithSemaphore is a multi-threaded, thread-safe threading model for icl_core::tSingleton. It performs locking using icl_core::logging::tScopedSemaphore.
Definition in file logging/SingletonThreadingModels.h.