Go to the source code of this file.
Classes | |
| class | MPoolThread |
| class | MThreadPoolPrivate |
Typedefs | |
| typedef QPair< QRunnable *, QString > | MPoolEntry |
| typedef QList< MPoolEntry > | MPoolQueue |
| typedef QMap< int, MPoolQueue > | MPoolQueues |
Functions | |
| static void | print_set (QString title, QSet< MPoolThread * > set) |
| typedef QPair<QRunnable*,QString> MPoolEntry |
Definition at line 45 of file mthreadpool.cpp.
| typedef QList<MPoolEntry> MPoolQueue |
Definition at line 46 of file mthreadpool.cpp.
| typedef QMap<int, MPoolQueue> MPoolQueues |
Definition at line 47 of file mthreadpool.cpp.
| static void print_set | ( | QString | title, | |
| QSet< MPoolThread * > | set | |||
| ) | [static] |
Definition at line 495 of file mthreadpool.cpp.
1.6.3