Abstracts a mutex. More...
#include <mutexInterface.hpp>
Public Member Functions | |
void | finalize () |
Finalize the mutex. | |
void | initialize () |
Initialize the mutex. | |
void | lock () |
Lock the mutex. | |
MutexInterface () | |
Constructor. | |
void | unlock () |
Unlock the mutex. | |
~MutexInterface () | |
Destructor. | |
Abstracts a mutex.
Simple mutex with lock and unlock operations. Lock provides RAII locking.