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_autolock (const octave_mutex &m, bool block=true) | |
~octave_autolock (void) | |
bool | ok (void) const |
operator bool (void) const |
Private Member Functions | |
octave_autolock (void) | |
octave_autolock (const octave_autolock &) | |
octave_autolock & | operator= (const octave_autolock &) |
Private Attributes | |
bool | lock_result |
octave_mutex | mutex |
Definition at line 102 of file oct-mutex.h.
|
inline |
Definition at line 106 of file oct-mutex.h.
|
inline |
Definition at line 118 of file oct-mutex.h.
|
private |
|
private |
Definition at line 124 of file oct-mutex.h.
Definition at line 126 of file oct-mutex.h.
|
private |
|
private |
Definition at line 137 of file oct-mutex.h.
|
private |
Definition at line 136 of file oct-mutex.h.