tesseract 4.1.1
|
#include <svutil.h>
Public Member Functions | |
SVSemaphore () | |
Sets up a semaphore. More... | |
void | Signal () |
Signal a semaphore. More... | |
void | Wait () |
Wait on a semaphore. More... | |
A semaphore class which encapsulates the main signaling and wait abilities of semaphores for windows and unix.
SVSemaphore::SVSemaphore | ( | ) |
Sets up a semaphore.
Definition at line 166 of file svutil.cpp.
void SVSemaphore::Signal | ( | ) |
Signal a semaphore.
Definition at line 182 of file svutil.cpp.
void SVSemaphore::Wait | ( | ) |
Wait on a semaphore.
Definition at line 192 of file svutil.cpp.