Qt 6.4
Qt Core
C++ Classes
QThreadPool
Qt 6.4.1 Reference Documentation
List of All Members for QThreadPool
This is the complete list of members for
QThreadPool
, including inherited members.
QThreadPool
(QObject *)
~QThreadPool
()
activeThreadCount
() const : int
clear
()
contains
(const QThread *) const : bool
expiryTimeout
() const : int
globalInstance
() : QThreadPool *
maxThreadCount
() const : int
releaseThread
()
reserveThread
()
setExpiryTimeout
(int)
setMaxThreadCount
(int)
setStackSize
(uint)
setThreadPriority
(QThread::Priority)
stackSize
() const : uint
start
(QRunnable *, int)
start
(std::function<void ()>, int)
startOnReservedThread
(QRunnable *)
startOnReservedThread
(std::function<void ()>)
threadPriority
() const : QThread::Priority
tryStart
(QRunnable *) : bool
tryStart
(std::function<void ()>) : bool
tryTake
(QRunnable *) : bool
waitForDone
(int) : bool