ifw-fgf 1.0.0-pre1
|
Semaphore class for safe semaphore usage. More...
#include <semaphore.hpp>
Public Member Functions | |
Semaphore (char name[], unsigned int val) | |
int | wait () |
int | post () |
int | tryWait () |
void | close () |
Semaphore class for safe semaphore usage.
ifw::fgf::common::Semaphore::Semaphore | ( | char | name[], |
unsigned int | val ) |
void ifw::fgf::common::Semaphore::close | ( | ) |
int ifw::fgf::common::Semaphore::post | ( | ) |
int ifw::fgf::common::Semaphore::tryWait | ( | ) |
int ifw::fgf::common::Semaphore::wait | ( | ) |