QtCore/qwaitcondition.h Source File
Go to the documentation of this file.
42 #ifndef QWAITCONDITION_H
43 #define QWAITCONDITION_H
57 class QWaitConditionPrivate;
67 bool wait(
QMutex *mutex,
unsigned long time = ULONG_MAX);
68 bool wait(
QReadWriteLock *readWriteLock,
unsigned long time = ULONG_MAX);
76 QWaitConditionPrivate * d;
88 bool wait(
QMutex *mutex,
unsigned long time = ULONG_MAX)
99 #endif // QT_NO_THREAD
105 #endif // QWAITCONDITION_H
#define QT_BEGIN_NAMESPACE