|
LMMS
|
#include <mutex.h>
Public Member Functions | |
| WDL_Mutex () | |
| ~WDL_Mutex () | |
| void | Enter () |
| void | Leave () |
Private Member Functions | |
| WDL_Mutex (const WDL_Mutex &cp) | |
| WDL_Mutex & | operator= (const WDL_Mutex &cp) |
Private Attributes | |
| pthread_mutex_t | m_mutex |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |