![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qplatformdefs.h"
#include "qreadwritelock.h"
#include "qthread.h"
#include "qreadwritelock_p.h"
#include "private/qfreelist_p.h"
#include "private/qlocking_p.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
static Q_ALWAYS_INLINE bool | fastTryLock (QAtomicPointer< QReadWriteLockPrivate > &d_ptr, QReadWriteLockPrivate *dummyValue, QReadWriteLockPrivate *&d) |
static auto | handleEquals (Qt::HANDLE handle) |
|
static |
Definition at line 164 of file qreadwritelock.cpp.
|
static |
Definition at line 475 of file qreadwritelock.cpp.