#include <svutil.h>
Public Member Functions | |
SVMutex () | |
Sets up a new mutex. More... | |
void | Lock () |
Locks on a mutex. More... | |
void | Unlock () |
Unlocks on a mutex. More... | |
Private Attributes | |
pthread_mutex_t | mutex_ |
A mutex which encapsulates the main locking and unlocking abilites of mutexes for windows and unix.
SVMutex::SVMutex | ( | ) |
Sets up a new mutex.
void SVMutex::Lock | ( | ) |
Locks on a mutex.
void SVMutex::Unlock | ( | ) |
Unlocks on a mutex.
|
private |