Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaitcondition_unix.cpp File Reference

(a795b442638f35faab15c1b6d06d268948865f56)

#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>
Include dependency graph for qwaitcondition_unix.cpp:

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)

Function Documentation

◆ qt_initialize_pthread_cond()

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().

Here is the call graph for this function:

◆ qt_report_pthread_error()

QT_BEGIN_NAMESPACE void qt_report_pthread_error ( int code,
const char * where,
const char * what )
static

Definition at line 24 of file qwaitcondition_unix.cpp.

Referenced by qt_initialize_pthread_cond(), and QWaitConditionPrivate::wait().

Here is the caller graph for this function: