MeVisLab Toolbox Reference
|
A simple semaphore with increment and decrement functionality. More...
#include <Semaphore.h>
Public Member Functions | |
Semaphore () | |
~Semaphore () | |
void | increment () |
void | decrement () |
A simple semaphore with increment and decrement functionality.
Its destruction will wait until the usage count is zero.
Synopsis:
Definition at line 39 of file Semaphore.h.
asio::Semaphore::Semaphore | ( | ) |
asio::Semaphore::~Semaphore | ( | ) |
void asio::Semaphore::decrement | ( | ) |
void asio::Semaphore::increment | ( | ) |