MythTV
master
|
#include <algorithm>
#include <QCoreApplication>
#include <QList>
#include <QMap>
#include <QMutex>
#include <QMutexLocker>
#include <QPair>
#include <QRunnable>
#include <QRecursiveMutex>
#include <QSet>
#include <QWaitCondition>
#include <utility>
#include "mthreadpool.h"
#include "mythlogging.h"
#include "mythtimer.h"
#include "logging.h"
#include "mthread.h"
#include "mythdb.h"
Go to the source code of this file.
Classes | |
class | MPoolThread |
class | MThreadPoolPrivate |
Typedefs | |
using | MPoolEntry = QPair< QRunnable *, QString > |
using | MPoolQueue = QList< MPoolEntry > |
using | MPoolQueues = QMap< int, MPoolQueue > |
using MPoolEntry = QPair<QRunnable*,QString> |
Definition at line 101 of file mthreadpool.cpp.
using MPoolQueue = QList<MPoolEntry> |
Definition at line 102 of file mthreadpool.cpp.
using MPoolQueues = QMap<int, MPoolQueue> |
Definition at line 103 of file mthreadpool.cpp.