|
IBR-DTNSuite 0.6
|
#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.
Referenced by ibrcommon::Queue< StaticRoutingExtension::Task * >::__pop(), ibrcommon::TmpFileBLOB::close(), ibrcommon::FileBLOB::close(), and dtn::core::DataStorage::run().
| void ibrcommon::Semaphore::wait | ( | ) |
Definition at line 20 of file Semaphore.cpp.
Referenced by ibrcommon::TmpFileBLOB::open(), ibrcommon::FileBLOB::open(), ibrcommon::Queue< StaticRoutingExtension::Task * >::push(), and dtn::core::DataStorage::store().