LMMS
Loading...
Searching...
No Matches
WDL_Mutex Class Reference

#include <mutex.h>

Public Member Functions

 WDL_Mutex ()
 ~WDL_Mutex ()
void Enter ()
void Leave ()

Private Member Functions

 WDL_Mutex (const WDL_Mutex &cp)
WDL_Mutexoperator= (const WDL_Mutex &cp)

Private Attributes

pthread_mutex_t m_mutex

Constructor & Destructor Documentation

◆ WDL_Mutex() [1/2]

WDL_Mutex::WDL_Mutex ( )
inline

◆ ~WDL_Mutex()

WDL_Mutex::~WDL_Mutex ( )
inline

◆ WDL_Mutex() [2/2]

WDL_Mutex::WDL_Mutex ( const WDL_Mutex & cp)
inlineprivate

Member Function Documentation

◆ Enter()

void WDL_Mutex::Enter ( )
inline

◆ Leave()

void WDL_Mutex::Leave ( )
inline

◆ operator=()

WDL_Mutex & WDL_Mutex::operator= ( const WDL_Mutex & cp)
inlineprivate

Member Data Documentation

◆ m_mutex

pthread_mutex_t WDL_Mutex::m_mutex
private

The documentation for this class was generated from the following file: