lock a mutex within a scope More...
#include <openmp_mutex.h>
Public Member Functions | |
ScopedOpenMPMutex (OpenMPMutex *mutex) | |
~ScopedOpenMPMutex () | |
Private Member Functions | |
void | operator= (const ScopedOpenMPMutex &) |
ScopedOpenMPMutex (const ScopedOpenMPMutex &) | |
Private Attributes | |
OpenMPMutex *const | _mutex |
lock a mutex within a scope
Definition at line 84 of file openmp_mutex.h.
|
inlineexplicit |
Definition at line 87 of file openmp_mutex.h.
|
inline |
Definition at line 88 of file openmp_mutex.h.
|
private |
|
private |
|
private |
Definition at line 90 of file openmp_mutex.h.