#include <SemaphoreImplLxrt35.h>

Public Member Functions | |
| virtual void | post () |
| SemaphoreImplLxrt35 (size_t initial_value) | |
| virtual bool | tryWait () |
| virtual bool | wait () |
| virtual bool | wait (const icl_core::TimeSpan &timeout) |
| virtual bool | wait (const icl_core::TimeStamp &timeout) |
| virtual | ~SemaphoreImplLxrt35 () |
Private Attributes | |
| sem_t * | m_semaphore |
Definition at line 37 of file icl_core_thread/SemaphoreImplLxrt35.h.
| icl_core::thread::SemaphoreImplLxrt35::SemaphoreImplLxrt35 | ( | size_t | initial_value | ) |
Definition at line 33 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
Definition at line 40 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
| void icl_core::thread::SemaphoreImplLxrt35::post | ( | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 50 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
| bool icl_core::thread::SemaphoreImplLxrt35::tryWait | ( | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 55 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
| bool icl_core::thread::SemaphoreImplLxrt35::wait | ( | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 61 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
| bool icl_core::thread::SemaphoreImplLxrt35::wait | ( | const icl_core::TimeSpan & | timeout | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 67 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
| bool icl_core::thread::SemaphoreImplLxrt35::wait | ( | const icl_core::TimeStamp & | timeout | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 72 of file icl_core_thread/SemaphoreImplLxrt35.cpp.
sem_t* icl_core::thread::SemaphoreImplLxrt35::m_semaphore [private] |
Definition at line 50 of file icl_core_thread/SemaphoreImplLxrt35.h.