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
QtSemaphorePrivate::Layout2 Struct Reference
+ Collaboration diagram for QtSemaphorePrivate::Layout2:

Public Attributes

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

Detailed Description

Definition at line 261 of file qsemaphore.cpp.

Member Data Documentation

◆ avail

qsizetype QtSemaphorePrivate::Layout2::avail = 0

Definition at line 265 of file qsemaphore.cpp.

◆ cond

std::condition_variable QtSemaphorePrivate::Layout2::cond

Definition at line 264 of file qsemaphore.cpp.

◆ mutex

std::mutex QtSemaphorePrivate::Layout2::mutex

Definition at line 263 of file qsemaphore.cpp.


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