#include <SemaphoreImplDarwin.h>

Public Member Functions | |
| virtual void | post () |
| SemaphoreImplDarwin (size_t initial_value) | |
| virtual bool | wait () |
| virtual | ~SemaphoreImplDarwin () |
Private Attributes | |
| semaphore_t | m_semaphore |
Definition at line 38 of file icl_core_logging/SemaphoreImplDarwin.h.
| icl_core::logging::SemaphoreImplDarwin::SemaphoreImplDarwin | ( | size_t | initial_value | ) |
Definition at line 30 of file icl_core_logging/SemaphoreImplDarwin.cpp.
Definition at line 36 of file icl_core_logging/SemaphoreImplDarwin.cpp.
| void icl_core::logging::SemaphoreImplDarwin::post | ( | ) | [virtual] |
Implements icl_core::logging::SemaphoreImpl.
Definition at line 42 of file icl_core_logging/SemaphoreImplDarwin.cpp.
| bool icl_core::logging::SemaphoreImplDarwin::wait | ( | ) | [virtual] |
Implements icl_core::logging::SemaphoreImpl.
Definition at line 47 of file icl_core_logging/SemaphoreImplDarwin.cpp.
semaphore_t icl_core::logging::SemaphoreImplDarwin::m_semaphore [private] |
Definition at line 48 of file icl_core_logging/SemaphoreImplDarwin.h.