Searched defs:UIThreadPool (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIThreadPool.cpp3 * VBox Qt GUI - UIThreadPool and UITask class implementation.
27 # include "UIThreadPool.h"
37 * COM capable worker thread for the UIThreadPool.
51 UIThreadWorker(UIThreadPool *pPool, int iIndex);
67 UIThreadPool *m_pPool;
69 /** The index into UIThreadPool::m_workers. */
76 UIThreadPool::UIThreadPool(ulong cMaxWorkers /* = 3 */, ulong cMsWorkerIdleTimeout /* = 5000 */) function in class:UIThreadPool
85 UIThreadPool::~UIThreadPool()
[all...]
H A DUIThreadPool.h2 * VBox Qt GUI - UIThreadPool and UITask class declaration.
34 class UIThreadPool : public QObject class in inherits:QObject
46 UIThreadPool(ulong cMaxWorkers = 3, ulong cMsWorkerIdleTimeout = 5000);
47 ~UIThreadPool();
109 * Describes executable task to be used with UIThreadPool object. */

Completed in 150 milliseconds