#include "oct-mutex.h"
Public Member Functions | |
| mutex () | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
Protected Attributes | |
| std::shared_ptr< base_mutex > | m_rep |
Definition at line 55 of file oct-mutex.h.
| mutex::mutex | ( | ) |
Definition at line 183 of file oct-mutex.cc.
|
inline |
Definition at line 64 of file oct-mutex.h.
References m_rep.
Referenced by event_manager::discard_events(), and event_manager::process_events().
|
inline |
Definition at line 74 of file oct-mutex.h.
References m_rep.
|
inline |
Definition at line 69 of file oct-mutex.h.
References m_rep.
Referenced by event_manager::discard_events(), and event_manager::process_events().
|
protected |
Definition at line 80 of file oct-mutex.h.
Referenced by lock(), try_lock(), and unlock().