Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qreadwritelock_p.h File Reference
#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  )