An exclusive lock guard for the shared_mutex.
More...
#include <shared_mutex.h>
|
void | unlock () |
| Unlocks the acquired shared guard explicitly. Otherwise, performed in destructor.
|
|
| ~lock_guard () |
|
An exclusive lock guard for the shared_mutex.
Definition at line 63 of file shared_mutex.h.
◆ ~lock_guard()
mcrl2::utilities::lock_guard::~lock_guard |
( |
| ) |
|
|
inline |
◆ lock_guard()
mcrl2::utilities::lock_guard::lock_guard |
( |
shared_mutex & |
mutex | ) |
|
|
inlineprivate |
◆ unlock()
void mcrl2::utilities::lock_guard::unlock |
( |
| ) |
|
|
inline |
Unlocks the acquired shared guard explicitly. Otherwise, performed in destructor.
Definition at line 332 of file shared_mutex.h.
◆ shared_mutex
◆ is_locked
bool mcrl2::utilities::lock_guard::is_locked = true |
|
private |
◆ m_mutex
The documentation for this class was generated from the following file: