42 #ifndef QWAITCONDITION_H 43 #define QWAITCONDITION_H 45 #include <QtCore/qglobal.h> 67 bool wait(
QMutex *mutex,
unsigned long time = ULONG_MAX);
68 bool wait(
QReadWriteLock *readWriteLock,
unsigned long time = ULONG_MAX);
88 bool wait(
QMutex *mutex,
unsigned long time = ULONG_MAX)
99 #endif // QT_NO_THREAD 105 #endif // QWAITCONDITION_H
#define QT_END_NAMESPACE
This macro expands to.
The QMutex class provides access serialization between threads.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QReadWriteLock class provides read-write locking.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...