#include <threadUtils.hpp>
Public Member Functions | |
Semaphore (unsigned int initVal=0) | |
~Semaphore () | |
void | down () |
void | up () |
Private Attributes | |
sem_t | sem |
Semaphore::Semaphore | ( | unsigned int | initVal = 0 |
) | [inline] |
Semaphore::~Semaphore | ( | ) | [inline] |
void Semaphore::down | ( | ) | [inline] |
void Semaphore::up | ( | ) | [inline] |
sem_t Semaphore::sem [private] |