|
g2o
|
lock a mutex within a scope More...
#include <openmp_mutex.h>

Public Member Functions | |
| ScopedOpenMPMutex (OpenMPMutex *mutex) | |
| ~ScopedOpenMPMutex () | |
Private Member Functions | |
| ScopedOpenMPMutex (const ScopedOpenMPMutex &) | |
| void | operator= (const ScopedOpenMPMutex &) |
Private Attributes | |
| OpenMPMutex *const | _mutex |
lock a mutex within a scope
Definition at line 87 of file openmp_mutex.h.
|
inlineexplicit |
Definition at line 89 of file openmp_mutex.h.
References _mutex, and g2o::OpenMPMutex::lock().
|
inline |
|
private |
|
private |
|
private |
Definition at line 95 of file openmp_mutex.h.
Referenced by ScopedOpenMPMutex(), and ~ScopedOpenMPMutex().