Mutex wrapper used when multi-threading is disabled.
More...
#include <easylogging++.h>
Mutex wrapper used when multi-threading is disabled.
◆ NoMutex()
| el::base::threading::internal::NoMutex::NoMutex |
( |
void | | ) |
|
|
inline |
◆ lock()
| void el::base::threading::internal::NoMutex::lock |
( |
void | | ) |
|
|
inline |
◆ try_lock()
| bool el::base::threading::internal::NoMutex::try_lock |
( |
void | | ) |
|
|
inline |
◆ unlock()
| void el::base::threading::internal::NoMutex::unlock |
( |
void | | ) |
|
|
inline |
The documentation for this class was generated from the following file: