|
MythTV master
|
This is the complete list of members for MThreadPool, including all inherited members.
| activeThreadCount(void) const | MThreadPool | |
| DeletePoolThreads(void) | MThreadPool | |
| expiryTimeout(void) const | MThreadPool | |
| globalInstance(void) | MThreadPool | static |
| m_priv | MThreadPool | private |
| maxThreadCount(void) const | MThreadPool | |
| MPoolThread | MThreadPool | friend |
| MThreadPool(const QString &name) | MThreadPool | explicit |
| MThreadPool(const MThreadPool &)=delete | MThreadPool | |
| NotifyAvailable(MPoolThread *thread) | MThreadPool | private |
| NotifyDone(MPoolThread *thread) | MThreadPool | private |
| operator=(const MThreadPool &)=delete | MThreadPool | |
| ReleaseThread(void) | MThreadPool | private |
| setExpiryTimeout(std::chrono::milliseconds expiryTimeout) | MThreadPool | |
| setMaxThreadCount(int maxThreadCount) | MThreadPool | |
| ShutdownAllPools(void) | MThreadPool | static |
| start(QRunnable *runnable, const QString &debugName, int priority=0) | MThreadPool | |
| startReserved(QRunnable *runnable, const QString &debugName, std::chrono::milliseconds waitForAvailMS=0ms) | MThreadPool | |
| Stop(void) | MThreadPool | |
| StopAllPools(void) | MThreadPool | static |
| tryStart(QRunnable *runnable, const QString &debugName) | MThreadPool | |
| TryStartInternal(QRunnable *runnable, const QString &debugName, bool reserved) | MThreadPool | private |
| waitForDone(void) | MThreadPool | |
| ~MThreadPool() | MThreadPool |