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
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 30 of file qreadwritelock_p.h.

◆ StateForWaitCondition

Enumerator
LockedForRead 
LockedForWrite 
Unlocked 
RecursivelyLocked 

Definition at line 35 of file qreadwritelock_p.h.