Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qthread_p.h File Reference

(762de4f590ad58581c2b40de289b309f95943964)

#include "QtCore/qthread.h"
#include "QtCore/qcoreapplication.h"
#include "private/qobject_p.h"
#include "QtCore/qmap.h"
#include "QtCore/qmutex.h"
#include "QtCore/qstack.h"
#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

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 56 of file qthread_p.h.

References QPostEvent::priority.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPostEvent ,
Q_RELOCATABLE_TYPE  )