#include <MutexImplLxrt35.h>

Public Member Functions | |
| virtual bool | lock () |
| virtual bool | lock (const icl_core::TimeSpan &timeout) |
| virtual bool | lock (const icl_core::TimeStamp &timeout) |
| MutexImplLxrt35 () | |
| virtual bool | tryLock () |
| virtual void | unlock () |
| virtual | ~MutexImplLxrt35 () |
Private Attributes | |
| pthread_mutex_t * | m_mutex |
Definition at line 39 of file MutexImplLxrt35.h.
Definition at line 38 of file MutexImplLxrt35.cpp.
| icl_core::thread::MutexImplLxrt35::~MutexImplLxrt35 | ( | ) | [virtual] |
Definition at line 52 of file MutexImplLxrt35.cpp.
| bool icl_core::thread::MutexImplLxrt35::lock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 69 of file MutexImplLxrt35.cpp.
| bool icl_core::thread::MutexImplLxrt35::lock | ( | const icl_core::TimeSpan & | timeout | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 81 of file MutexImplLxrt35.cpp.
| bool icl_core::thread::MutexImplLxrt35::lock | ( | const icl_core::TimeStamp & | timeout | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 93 of file MutexImplLxrt35.cpp.
| bool icl_core::thread::MutexImplLxrt35::tryLock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 107 of file MutexImplLxrt35.cpp.
| void icl_core::thread::MutexImplLxrt35::unlock | ( | ) | [virtual] |
Implements icl_core::thread::MutexImpl.
Definition at line 120 of file MutexImplLxrt35.cpp.
pthread_mutex_t* icl_core::thread::MutexImplLxrt35::m_mutex [private] |
Definition at line 52 of file MutexImplLxrt35.h.