A mutex wrapper for compiler that dont yet support std::recursive_mutex.
More...
#include <easylogging++.h>
A mutex wrapper for compiler that dont yet support std::recursive_mutex.
◆ Mutex()
| el::base::threading::internal::Mutex::Mutex |
( |
void |
| ) |
|
|
inline |
◆ ~Mutex()
| virtual el::base::threading::internal::Mutex::~Mutex |
( |
void |
| ) |
|
|
inlinevirtual |
◆ lock()
| void el::base::threading::internal::Mutex::lock |
( |
void |
| ) |
|
|
inline |
◆ try_lock()
| bool el::base::threading::internal::Mutex::try_lock |
( |
void |
| ) |
|
|
inline |
◆ unlock()
| void el::base::threading::internal::Mutex::unlock |
( |
void |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: