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
qreadwritelock_p.h File Reference

(a795b442638f35faab15c1b6d06d268948865f56)

#include <QtCore/private/qlocking_p.h>
#include <QtCore/private/qwaitcondition_p.h>
#include <QtCore/qreadwritelock.h>
#include <QtCore/qvarlengtharray.h>
Include dependency graph for qreadwritelock_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QReadWriteLockPrivate
struct  QReadWriteLockPrivate::Reader

Namespaces

namespace  QReadWriteLockStates

Enumerations

enum  { QReadWriteLockStates::StateMask = 0x3 , QReadWriteLockStates::StateLockedForRead = 0x1 , QReadWriteLockStates::StateLockedForWrite = 0x2 }
enum  QReadWriteLockStates::StateForWaitCondition { QReadWriteLockStates::LockedForRead , QReadWriteLockStates::LockedForWrite , QReadWriteLockStates::Unlocked , QReadWriteLockStates::RecursivelyLocked }

Functions

 QT_REQUIRE_CONFIG (thread)
 Q_DECLARE_TYPEINFO (QReadWriteLockPrivate::Reader, Q_PRIMITIVE_TYPE)

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QReadWriteLockPrivate::Reader ,
Q_PRIMITIVE_TYPE  )

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( thread )