Hugintrunk
0.1
|
#include <openmp_lock.h>
Public Member Functions | |
ScopedLock (Lock &lock) | |
~ScopedLock () | |
Private Member Functions | |
ScopedLock (const ScopedLock &) | |
ScopedLock & | operator= (const ScopedLock &) |
Private Attributes | |
Lock & | m_lock |
Definition at line 63 of file openmp_lock.h.
|
inline |
Definition at line 66 of file openmp_lock.h.
References m_lock, and hugin_omp::Lock::Set().
|
inline |
Definition at line 67 of file openmp_lock.h.
References m_lock, and hugin_omp::Lock::Unset().
|
private |
|
private |
|
private |
Definition at line 71 of file openmp_lock.h.
Referenced by ScopedLock(), and ~ScopedLock().