#include <SemaphoreImplLxrt33.h>

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