#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 &) |
AVT::VmbAPI::Mutex::Mutex | ( | bool | bInitLock = false | ) | [explicit] |
AVT::VmbAPI::Mutex::Mutex | ( | const Mutex & | ) | [private] |
void AVT::VmbAPI::Mutex::Lock | ( | ) |
void AVT::VmbAPI::Mutex::Unlock | ( | ) |
pthread_mutex_t AVT::VmbAPI::Mutex::m_Mutex [protected] |