|
MythTV master
|
This is the complete list of members for MPoolThread, including all inherited members.
| Cleanup(void) | MThread | static |
| exec(void) | MThread | protected |
| exit(int retcode=0) | MThread | |
| GetAllRunningThreadNames(QStringList &list) | MThread | static |
| GetAllThreadNames(QStringList &list) | MThread | static |
| isFinished(void) const | MThread | |
| isRunning(void) const | MThread | |
| m_doRun | MPoolThread | |
| m_epilogExecuted | MThread | protected |
| m_expiryTimeout | MPoolThread | |
| m_lock | MPoolThread | |
| m_pool | MPoolThread | |
| m_prologExecuted | MThread | protected |
| m_reserved | MPoolThread | |
| m_runnable | MThread | protected |
| m_runnableName | MPoolThread | |
| m_thread | MThread | protected |
| m_wait | MPoolThread | |
| MPoolThread(const QString &objectName, MThreadPool &pool, std::chrono::milliseconds timeout) | MPoolThread | inline |
| MThread(const QString &objectName) | MThread | explicit |
| MThread(const QString &objectName, QRunnable *runnable) | MThread | explicit |
| MThread(const MThread &)=delete | MThread | |
| objectName(void) const | MThread | |
| operator=(const MThread &)=delete | MThread | |
| priority(void) const | MThread | |
| qthread(void) | MThread | |
| quit(void) | MThread | |
| run(void) override | MPoolThread | inlinevirtual |
| RunEpilog(void) | MThread | |
| RunProlog(void) | MThread | |
| setObjectName(const QString &name) | MThread | |
| setPriority(QThread::Priority priority) | MThread | |
| SetRunnable(QRunnable *runnable, QString runnableName, bool reserved) | MPoolThread | inline |
| setStackSize(uint stackSize) | MThread | |
| setTerminationEnabled(bool enabled=true) | MThread | protectedstatic |
| Shutdown(void) | MPoolThread | inline |
| stackSize(void) const | MThread | |
| start(QThread::Priority p=QThread::InheritPriority) | MThread | |
| terminate(void) | MThread | |
| ThreadCleanup(void) | MThread | static |
| ThreadSetup(const QString &name) | MThread | static |
| usleep(std::chrono::microseconds time) | MThread | protectedstatic |
| usleep(std::chrono::duration< R, P > time) | MThread | inlineprotectedstatic |
| wait(std::chrono::milliseconds time=std::chrono::milliseconds::max()) | MThread | |
| ~MThread() | MThread | virtual |