#include <SemaphoreImplPosix.h>

Public Member Functions | |
| virtual void | post () |
| SemaphoreImplPosix (size_t initial_value) | |
| virtual bool | wait () |
| virtual | ~SemaphoreImplPosix () |
Private Attributes | |
| sem_t * | m_semaphore |
Definition at line 37 of file icl_core_logging/SemaphoreImplPosix.h.
| icl_core::logging::SemaphoreImplPosix::SemaphoreImplPosix | ( | size_t | initial_value | ) |
Definition at line 29 of file icl_core_logging/SemaphoreImplPosix.cpp.
Definition at line 36 of file icl_core_logging/SemaphoreImplPosix.cpp.
| void icl_core::logging::SemaphoreImplPosix::post | ( | ) | [virtual] |
Implements icl_core::logging::SemaphoreImpl.
Definition at line 46 of file icl_core_logging/SemaphoreImplPosix.cpp.
| bool icl_core::logging::SemaphoreImplPosix::wait | ( | ) | [virtual] |
Implements icl_core::logging::SemaphoreImpl.
Definition at line 51 of file icl_core_logging/SemaphoreImplPosix.cpp.
sem_t* icl_core::logging::SemaphoreImplPosix::m_semaphore [private] |
Definition at line 47 of file icl_core_logging/SemaphoreImplPosix.h.