OmpMutex Class Reference

Implements a shallow wrapper around the "raw" locks provided by OpenMP. More...

#include <locks.hh>

Public Member Functions

 OmpMutex ()
 
 ~OmpMutex ()
 
void lock ()
 
void unlock ()
 
 OmpMutex (const OmpMutex &)
 
OmpMutexoperator= (const OmpMutex &)
 

Detailed Description

Implements a shallow wrapper around the "raw" locks provided by OpenMP.

Constructor & Destructor Documentation

OmpMutex::OmpMutex ( )
inline
OmpMutex::~OmpMutex ( )
inline
OmpMutex::OmpMutex ( const OmpMutex )
inline

Member Function Documentation

OmpMutex& OmpMutex::operator= ( const OmpMutex )
inline

The documentation for this class was generated from the following file: