#include <Semaphore.h>
Public Member Functions | |
| Semaphore (unsigned int value=0) | |
| ~Semaphore () | |
| void | wait () |
| void | post () |
Private Attributes | |
| sem_t | count_sem |
| dtn::utils::Semaphore::Semaphore | ( | unsigned int | value = 0 |
) |
References count_sem.
| dtn::utils::Semaphore::~Semaphore | ( | ) |
References count_sem.
| void dtn::utils::Semaphore::wait | ( | ) |
References count_sem.
| void dtn::utils::Semaphore::post | ( | ) |
References count_sem.
sem_t dtn::utils::Semaphore::count_sem [private] |
Referenced by post(), Semaphore(), wait(), and ~Semaphore().
1.5.6