#include <ScopeLock.h>
Public Member Functions | |
| ScopeLock (pthread_mutex_t &mutex) | |
| ScopeLock (Mutex &mutex) | |
| ~ScopeLock () | |
Protected Attributes | |
| pthread_mutex_t & | m_lock |
Definition at line 22 of file ScopeLock.h.
| apra::ScopeLock::ScopeLock | ( | pthread_mutex_t & | mutex | ) |
Definition at line 22 of file ScopeLock.cpp.
References m_lock.
| apra::ScopeLock::ScopeLock | ( | Mutex & | mutex | ) |
Definition at line 16 of file ScopeLock.cpp.
References m_lock.
| apra::ScopeLock::~ScopeLock | ( | ) |
Definition at line 28 of file ScopeLock.cpp.
References m_lock.
|
protected |
Definition at line 29 of file ScopeLock.h.
Referenced by ScopeLock(), ScopeLock(), and ~ScopeLock().