distribute whole job-queue instead of single jobs and re-assign unprocessed jobs to idle worker-threads - improves multi-threading behaviour a lot
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@723 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -366,6 +366,7 @@ private:
|
||||
Uint8 m_cpuLoad;
|
||||
bool m_multiThreaded;
|
||||
QVector<mixerWorkerThread *> m_workers;
|
||||
int m_numWorkers;
|
||||
QSemaphore m_workerSem;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user