tesseract
4.0.0-1-g2a2b
|
#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... | |
A mutex which encapsulates the main locking and unlocking abilites of mutexes for windows and unix.
SVMutex::SVMutex | ( | ) |
Sets up a new mutex.
Definition at line 62 of file svutil.cpp.
void SVMutex::Lock | ( | ) |
Locks on a mutex.
Definition at line 70 of file svutil.cpp.
void SVMutex::Unlock | ( | ) |
Unlocks on a mutex.
Definition at line 78 of file svutil.cpp.