Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qthread_p.h File Reference
#include "qplatformdefs.h"
#include "QtCore/qthread.h"
#include "QtCore/qmutex.h"
#include "QtCore/qstack.h"
#include "QtCore/qmap.h"
#include "QtCore/qcoreapplication.h"
#include "private/qobject_p.h"
#include <algorithm>
#include <atomic>
+ Include dependency graph for qthread_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPostEvent
 
class  QPostEventList
 
class  QtPrivate::BindingStatusOrList
 
class  QThreadPrivate
 
class  QThreadData
 
class  QScopedScopeLevelCounter
 
class  QAdoptedThread
 

Namespaces

namespace  QtPrivate
 \macro QT_NAMESPACE
 

Functions

 Q_DECLARE_TYPEINFO (QPostEvent, Q_RELOCATABLE_TYPE)
 
bool operator< (const QPostEvent &first, const QPostEvent &second)
 

Function Documentation

◆ operator<()

bool operator< ( const QPostEvent first,
const QPostEvent second 
)
inline

Definition at line 54 of file qthread_p.h.

References QPostEvent::priority.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPostEvent  ,
Q_RELOCATABLE_TYPE   
)