votca 2024.2-dev
|
#include <mutex.h>
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | Lock () |
void | Unlock () |
Private Attributes | |
pthread_mutex_t | mutexVar_ |
\brief Convenient class for Mutexes Class allows to create, lock and unlock mutexes. Destroying is
handled by the destructor.