Tesseract 3.01
|
#include <svutil.h>
Public Member Functions | |
SVMutex () | |
Sets up a new mutex. | |
void | Lock () |
Locks on a mutex. | |
void | Unlock () |
Unlocks on a 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.