Mutex implementation for OpenMP.
More...
#include <openMPMutex.hpp>
|
void | finalize () |
| Finalize the mutex.
|
|
void | initialize () |
| Initialize the mutex.
|
|
void | lock () |
| Lock the mutex.
|
|
| OpenMPMutex () |
| Constructor.
|
|
void | unlock () |
| Unlock the mutex.
|
|
| ~OpenMPMutex () |
| Destructor.
|
|
void | finalize () |
| Finalize the mutex.
|
|
void | initialize () |
| Initialize the mutex.
|
|
void | lock () |
| Lock the mutex.
|
|
| MutexInterface () |
| Constructor.
|
|
void | unlock () |
| Unlock the mutex.
|
|
| ~MutexInterface () |
| Destructor.
|
|
Mutex implementation for OpenMP.
◆ finalize()
void codi::OpenMPMutex::finalize |
( |
| ) |
|
|
inline |
◆ initialize()
void codi::OpenMPMutex::initialize |
( |
| ) |
|
|
inline |
◆ lock()
void codi::OpenMPMutex::lock |
( |
| ) |
|
|
inline |
◆ unlock()
void codi::OpenMPMutex::unlock |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: