![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviThread.h>
Public Member Functions | |
KviMutex () | |
void | lock () |
bool | locked () |
void | unlock () |
virtual | ~KviMutex () |
Private Attributes | |
kvi_mutex_t | m_mutex |
|
inline |
References m_mutex.
Referenced by KviMediaManager::KviMediaManager().
|
inlinevirtual |
References m_mutex.
|
inline |
References m_mutex.
bool KviMutex::locked | ( | ) |
|
inline |
References m_mutex.
|
private |
Referenced by KviMutex(), lock(), locked(), unlock(), and ~KviMutex().