#include <Semaphore.h>
Public Member Functions | |
| Semaphore (unsigned int value=0) | |
| virtual | ~Semaphore () |
| void | wait () |
| void | post () |
Definition at line 8 of file Semaphore.h.
| ibrcommon::Semaphore::Semaphore | ( | unsigned int | value = 0 |
) |
Definition at line 9 of file Semaphore.cpp.
| ibrcommon::Semaphore::~Semaphore | ( | ) | [virtual] |
Definition at line 15 of file Semaphore.cpp.
| void ibrcommon::Semaphore::post | ( | ) |
Definition at line 25 of file Semaphore.cpp.
| void ibrcommon::Semaphore::wait | ( | ) |
Definition at line 20 of file Semaphore.cpp.
1.6.3