tesseract
5.0.0-alpha-619-ge9db
|
#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 | ( | ) |
void SVSemaphore::Signal | ( | ) |
Signal a semaphore.
Definition at line 128 of file svutil.cpp.
void SVSemaphore::Wait | ( | ) |
Wait on a semaphore.
Definition at line 138 of file svutil.cpp.