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
QReadWriteLockStates Namespace Reference

Enumerations

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
StateMask 
StateLockedForRead 
StateLockedForWrite 

Definition at line 29 of file qreadwritelock_p.h.

◆ StateForWaitCondition

Enumerator
LockedForRead 
LockedForWrite 
Unlocked 
RecursivelyLocked 

Definition at line 34 of file qreadwritelock_p.h.