#include "oct-mutex.h"
Public Member Functions | |
mutex (const mutex &m) | |
mutex (void) | |
~mutex (void) | |
void | lock (void) |
mutex & | operator= (const mutex &m) |
bool | try_lock (void) |
void | unlock (void) |
Protected Attributes | |
base_mutex * | m_rep |
Definition at line 57 of file oct-mutex.h.
octave::mutex::mutex | ( | void | ) |
Definition at line 180 of file oct-mutex.cc.
|
inline |
Definition at line 64 of file oct-mutex.h.
|
inline |
Definition at line 70 of file oct-mutex.h.
|
inline |
Definition at line 90 of file oct-mutex.h.
Referenced by octave::event_manager::discard_events(), octave::command_editor::event_handler(), and octave::event_manager::process_events().
Definition at line 76 of file oct-mutex.h.
References m.
|
inline |
Definition at line 100 of file oct-mutex.h.
|
inline |
Definition at line 95 of file oct-mutex.h.
Referenced by octave::event_manager::discard_events(), octave::command_editor::event_handler(), and octave::event_manager::process_events().
|
protected |
Definition at line 106 of file oct-mutex.h.