#include <SemaphoreImplLxrt38.h>

Public Member Functions | |
| virtual void | post () |
| SemaphoreImplLxrt38 (size_t initial_value, int type=CNT_SEM) | |
| virtual bool | tryWait () |
| virtual bool | wait () |
| virtual bool | wait (const icl_core::TimeSpan &timeout) |
| virtual bool | wait (const icl_core::TimeStamp &timeout) |
| virtual | ~SemaphoreImplLxrt38 () |
Public Member Functions inherited from icl_core::thread::SemaphoreImpl | |
| virtual | ~SemaphoreImpl () |
Private Attributes | |
| SEM * | m_semaphore |
Additional Inherited Members | |
Protected Member Functions inherited from icl_core::Noncopyable | |
| Noncopyable () | |
| virtual | ~Noncopyable () |
Definition at line 37 of file icl_core_thread/SemaphoreImplLxrt38.h.
| icl_core::thread::SemaphoreImplLxrt38::SemaphoreImplLxrt38 | ( | size_t | initial_value, |
| int | type = CNT_SEM |
||
| ) |
Definition at line 31 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
virtual |
Definition at line 37 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
virtual |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 46 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
virtual |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 51 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
virtual |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 57 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
virtual |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 63 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
virtual |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 68 of file icl_core_thread/SemaphoreImplLxrt38.cpp.
|
private |
Definition at line 50 of file icl_core_thread/SemaphoreImplLxrt38.h.