Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QtSemaphorePrivate::Layout1 Struct Reference
+ Collaboration diagram for QtSemaphorePrivate::Layout1:

Public Attributes

std::mutex mutex
 
qsizetype avail = 0
 
std::condition_variable cond
 

Detailed Description

Definition at line 253 of file qsemaphore.cpp.

Member Data Documentation

◆ avail

qsizetype QtSemaphorePrivate::Layout1::avail = 0

Definition at line 256 of file qsemaphore.cpp.

◆ cond

std::condition_variable QtSemaphorePrivate::Layout1::cond

Definition at line 257 of file qsemaphore.cpp.

◆ mutex

std::mutex QtSemaphorePrivate::Layout1::mutex

Definition at line 255 of file qsemaphore.cpp.


The documentation for this struct was generated from the following file: