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
qtconcurrentthreadengine.h File Reference

(e2fef733be92e95ff28225196e14ffeb98d61a1f)

#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::ResultTypeQtConcurrent::startThreadEngine (ThreadEngine *threadEngine)
 [qtconcurrentthreadengine-1]