tesseract
4.0.0-1-g2a2b
|
#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 signalling and wait abilities of semaphores for windows and unix.
SVSemaphore::SVSemaphore | ( | ) |
void SVSemaphore::Signal | ( | ) |
Signal a semaphore.
Definition at line 188 of file svutil.cpp.
void SVSemaphore::Wait | ( | ) |
Wait on a semaphore.
Definition at line 198 of file svutil.cpp.