|  | Qt 6.x
    The Qt SDK | 
 Collaboration diagram for QtSemaphorePrivate::Layout2:
 Collaboration diagram for QtSemaphorePrivate::Layout2:| Public Attributes | |
| std::mutex | mutex | 
| std::condition_variable | cond | 
| qsizetype | avail = 0 | 
Definition at line 260 of file qsemaphore.cpp.
| qsizetype QtSemaphorePrivate::Layout2::avail = 0 | 
Definition at line 264 of file qsemaphore.cpp.
| std::condition_variable QtSemaphorePrivate::Layout2::cond | 
Definition at line 263 of file qsemaphore.cpp.
| std::mutex QtSemaphorePrivate::Layout2::mutex | 
Definition at line 262 of file qsemaphore.cpp.