#include <LStoreFile.h>
Public Member Functions | |
MutexWrapper (pthread_mutex_t *lock) | |
~MutexWrapper () | |
Public Attributes | |
pthread_mutex_t * | m_lock |
Definition at line 43 of file LStoreFile.h.
LStoreFile::MutexWrapper::MutexWrapper | ( | pthread_mutex_t * | lock | ) |
LStoreFile::MutexWrapper::~MutexWrapper | ( | ) |
Definition at line 363 of file LStoreFile.cc.
pthread_mutex_t* LStoreFile::MutexWrapper::m_lock |
Definition at line 47 of file LStoreFile.h.