#include <qmutex.h>
Public Member Functions | |
QMutex () | |
~QMutex () | |
void | lock () |
bool | tryLock () |
void | unlock () |
Private Member Functions | |
QMutex (const QMutex &) | |
QMutex & | operator= (const QMutex &) |
Private Attributes | |
QMutexPrivate * | d |
QMutex::QMutex | ( | ) |
Definition at line 49 of file qmutex.cpp.
QMutex::~QMutex | ( | ) |
Definition at line 53 of file qmutex.cpp.
|
private |
void QMutex::lock | ( | ) |
Definition at line 58 of file qmutex.cpp.
bool QMutex::tryLock | ( | ) |
Definition at line 79 of file qmutex.cpp.
void QMutex::unlock | ( | ) |
Definition at line 85 of file qmutex.cpp.
|
private |