#include <MutexImplLxrt38.h>

Public Member Functions | |
| virtual bool | lock () |
| virtual bool | lock (const icl_core::TimeSpan &timeout) |
| virtual bool | lock (const icl_core::TimeStamp &timeout) |
| MutexImplLxrt38 () | |
| virtual bool | tryLock () |
| virtual void | unlock () |
| virtual | ~MutexImplLxrt38 () |
Private Attributes | |
| SemaphoreImplLxrt38 | m_sem |
Definition at line 40 of file MutexImplLxrt38.h.
Definition at line 38 of file MutexImplLxrt38.cpp.
| icl_core::thread::MutexImplLxrt38::~MutexImplLxrt38 | ( | ) | [virtual] |
Definition at line 43 of file MutexImplLxrt38.cpp.
| bool icl_core::thread::MutexImplLxrt38::lock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 47 of file MutexImplLxrt38.cpp.
| bool icl_core::thread::MutexImplLxrt38::lock | ( | const icl_core::TimeSpan & | timeout | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 52 of file MutexImplLxrt38.cpp.
| bool icl_core::thread::MutexImplLxrt38::lock | ( | const icl_core::TimeStamp & | timeout | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 57 of file MutexImplLxrt38.cpp.
| bool icl_core::thread::MutexImplLxrt38::tryLock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 62 of file MutexImplLxrt38.cpp.
| void icl_core::thread::MutexImplLxrt38::unlock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 67 of file MutexImplLxrt38.cpp.
Definition at line 53 of file MutexImplLxrt38.h.