#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 53 of file oct-mutex.h.
mutex::mutex | ( | ) |
Definition at line 181 of file oct-mutex.cc.
|
inline |
Definition at line 60 of file oct-mutex.h.
Referenced by event_manager::discard_events(), and event_manager::process_events().
|
inline |
Definition at line 70 of file oct-mutex.h.
|
inline |
Definition at line 65 of file oct-mutex.h.
Referenced by event_manager::discard_events(), and event_manager::process_events().
|
protected |
Definition at line 76 of file oct-mutex.h.