tesseract 4.1.1
|
#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 abilities of mutexes for windows and unix.
SVMutex::SVMutex | ( | ) |
Sets up a new mutex.
Definition at line 56 of file svutil.cpp.
void SVMutex::Lock | ( | ) |
Locks on a mutex.
Definition at line 64 of file svutil.cpp.
void SVMutex::Unlock | ( | ) |
Unlocks on a mutex.
Definition at line 72 of file svutil.cpp.