![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-mutex.h"

Public Member Functions | |
| octave_base_mutex (void) | |
| virtual | ~octave_base_mutex (void) |
| virtual void | lock (void) |
| virtual bool | try_lock (void) |
| virtual void | unlock (void) |
Private Attributes | |
| octave_refcount< int > | count |
Friends | |
| class | octave_mutex |
Definition at line 30 of file oct-mutex.h.
|
inline |
Definition at line 36 of file oct-mutex.h.
|
inlinevirtual |
Definition at line 38 of file oct-mutex.h.
Definition at line 37 of file oct-mutex.cc.
Referenced by octave_mutex::lock().
Definition at line 49 of file oct-mutex.cc.
Referenced by octave_mutex::try_lock().
Definition at line 43 of file oct-mutex.cc.
Referenced by octave_mutex::unlock().
|
friend |
Definition at line 34 of file oct-mutex.h.
|
private |
Definition at line 47 of file oct-mutex.h.
Referenced by octave_mutex::octave_mutex(), octave_mutex::operator=(), and octave_mutex::~octave_mutex().
1.8.1.2