#include <MutexImplLxrt33.h>

Public Member Functions | |
| virtual bool | lock () |
| virtual bool | lock (const icl_core::TimeSpan &timeout) |
| virtual bool | lock (const icl_core::TimeStamp &timeout) |
| MutexImplLxrt33 () | |
| virtual bool | tryLock () |
| virtual void | unlock () |
| virtual | ~MutexImplLxrt33 () |
Private Attributes | |
| pthread_mutex_t * | m_mutex |
Definition at line 37 of file MutexImplLxrt33.h.
Definition at line 35 of file MutexImplLxrt33.cpp.
| icl_core::thread::MutexImplLxrt33::~MutexImplLxrt33 | ( | ) | [virtual] |
Definition at line 49 of file MutexImplLxrt33.cpp.
| bool icl_core::thread::MutexImplLxrt33::lock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 66 of file MutexImplLxrt33.cpp.
| bool icl_core::thread::MutexImplLxrt33::lock | ( | const icl_core::TimeSpan & | timeout | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 78 of file MutexImplLxrt33.cpp.
| bool icl_core::thread::MutexImplLxrt33::lock | ( | const icl_core::TimeStamp & | timeout | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 90 of file MutexImplLxrt33.cpp.
| bool icl_core::thread::MutexImplLxrt33::tryLock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 104 of file MutexImplLxrt33.cpp.
| void icl_core::thread::MutexImplLxrt33::unlock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 117 of file MutexImplLxrt33.cpp.
pthread_mutex_t* icl_core::thread::MutexImplLxrt33::m_mutex [private] |
Definition at line 50 of file MutexImplLxrt33.h.