Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qreadwritelock_p.h File Reference

(1a619ccb246a647e3c689d0924fe105078658033)

#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 )