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
QCoreApplicationPrivate::QPostEventListLocker Struct Reference

#include <qcoreapplication_p.h>

+ Collaboration diagram for QCoreApplicationPrivate::QPostEventListLocker:

Public Member Functions

void unlock ()
 

Public Attributes

QThreadDatathreadData
 
std::unique_lock< QMutexlocker
 

Detailed Description

Definition at line 120 of file qcoreapplication_p.h.

Member Function Documentation

◆ unlock()

void QCoreApplicationPrivate::QPostEventListLocker::unlock ( )
inline

Definition at line 125 of file qcoreapplication_p.h.

Member Data Documentation

◆ locker

std::unique_lock<QMutex> QCoreApplicationPrivate::QPostEventListLocker::locker

◆ threadData

QThreadData* QCoreApplicationPrivate::QPostEventListLocker::threadData

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