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
qmutex_unix.cpp File Reference

(a795b442638f35faab15c1b6d06d268948865f56)

#include "qplatformdefs.h"
#include "qmutex.h"
#include "qstring.h"
#include "qatomic.h"
#include "qmutex_p.h"
#include <errno.h>
#include <sys/time.h>
#include <time.h>
#include "private/qcore_unix_p.h"
Include dependency graph for qmutex_unix.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ qt_report_error()

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

Definition at line 22 of file qmutex_unix.cpp.

Referenced by QMutexPrivate::wait().

Here is the caller graph for this function: