Mutex implementation for OpenMP.
More...
#include <openMPMutex.hpp>
|
| void | finalize () |
| | Finalize the mutex.
|
| |
| void | initialize () |
| | Initialize the mutex.
|
| |
|
| inlineOpenMPMutex () |
| | Constructor.
|
| |
| void | lock () |
| | Lock the mutex.
|
| |
| void | unlock () |
| | Unlock the mutex.
|
| |
|
| ~OpenMPMutex () |
| | Destructor.
|
| |
|
inlinevoid | finalize () |
| | Finalize the mutex.
|
| |
|
inlinevoid | initialize () |
| | Initialize the mutex.
|
| |
|
| inlineMutexInterface () |
| | Constructor.
|
| |
|
inlinevoid | lock () |
| | Lock the mutex.
|
| |
|
inlinevoid | 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: