![]() |
Qt 6.x
The Qt SDK
|
#include <QtConcurrent/qtconcurrent_global.h>#include <QtCore/qthreadpool.h>#include <QtCore/qfuture.h>#include <QtCore/qdebug.h>#include <QtCore/qexception.h>#include <QtCore/qwaitcondition.h>#include <QtCore/qatomic.h>#include <QtCore/qsemaphore.h>
Include dependency graph for qtconcurrentthreadengine.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QtConcurrent::ThreadEngineBarrier |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineBase |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngine< T > |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineStarterBase< T > |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineStarter< T > |
| \inmodule QtConcurrent More... | |
| class | QtConcurrent::ThreadEngineStarter< void > |
Namespaces | |
| namespace | QtConcurrent |
| \inmodule QtConcurrent | |
Enumerations | |
| enum | QtConcurrent::ThreadFunctionResult { QtConcurrent::ThrottleThread , QtConcurrent::ThreadFinished } |
Functions | |
| template<typename ThreadEngine > | |
| ThreadEngineStarter< typename ThreadEngine::ResultType > | QtConcurrent::startThreadEngine (ThreadEngine *threadEngine) |
| [qtconcurrentthreadengine-1] | |