![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwaitcondition.h"#include "qatomic.h"#include "qdeadlinetimer.h"#include "qmutex.h"#include "qplatformdefs.h"#include "qreadwritelock.h"#include "qstring.h"#include "private/qcore_unix_p.h"#include "qreadwritelock_p.h"#include <errno.h>#include <sys/time.h>#include <time.h>Go to the source code of this file.
Classes | |
| class | QWaitConditionPrivate |
Functions | |
| static QT_BEGIN_NAMESPACE void | qt_report_pthread_error (int code, const char *where, const char *what) |
| static void | qt_initialize_pthread_cond (pthread_cond_t *cond, const char *where) |
|
static |
Definition at line 30 of file qwaitcondition_unix.cpp.
References qt_report_pthread_error().
|
static |
Definition at line 24 of file qwaitcondition_unix.cpp.
Referenced by qt_initialize_pthread_cond(), and QWaitConditionPrivate::wait().