#include <Mutex.h>
Public Member Functions | |
IMEXPORT void | Lock () |
IMEXPORT | Mutex (bool bInitLock=false) |
IMEXPORT void | Unlock () |
IMEXPORT | ~Mutex () |
Protected Attributes | |
pthread_mutex_t | m_Mutex |
Private Member Functions | |
Mutex (const Mutex &) | |
Mutex & | operator= (const Mutex &) |
IMEXPORT AVT::VmbAPI::Mutex::Mutex | ( | bool | bInitLock = false | ) | [explicit] |
IMEXPORT AVT::VmbAPI::Mutex::~Mutex | ( | ) |
AVT::VmbAPI::Mutex::Mutex | ( | const Mutex & | ) | [private] |
IMEXPORT void AVT::VmbAPI::Mutex::Lock | ( | ) |
IMEXPORT void AVT::VmbAPI::Mutex::Unlock | ( | ) |
pthread_mutex_t AVT::VmbAPI::Mutex::m_Mutex [protected] |