A simple implementation of mutex as a wrapper around a pthread mutex or a win32 critical section. More...
#include <mutex.h>
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | lock () |
void | unlock () |
A simple implementation of mutex as a wrapper around a pthread mutex or a win32 critical section.
Definition at line 31 of file mutex.h.