DUNE: Uniform Navigational Environment
2019.02.0
|
Public Member Functions | |
Semaphore (int value=1) | |
~Semaphore (void) | |
void | lock (void) |
void | unlock (void) |
int | getValue (void) |
DUNE::Concurrency::Semaphore::Semaphore | ( | int | value = 1 | ) |
DUNE::Concurrency::Semaphore::~Semaphore | ( | void | ) |
int DUNE::Concurrency::Semaphore::getValue | ( | void | ) |
void DUNE::Concurrency::Semaphore::lock | ( | void | ) |
void DUNE::Concurrency::Semaphore::unlock | ( | void | ) |
Referenced by DUNE::Concurrency::ScopedSemaphore::~ScopedSemaphore().