Rough fix for freeze-up bug
Added startJobs() to the waitForJobs() loop, and don't give up in masterMix() until status of master channel is Done.
This commit is contained in:
@@ -620,7 +620,7 @@ public:
|
||||
m->m_workers[m->m_numWorkers]->processJobQueue();
|
||||
while( s_jobQueue.itemsDone < s_jobQueue.queueSize )
|
||||
{
|
||||
SPINLOCK_PAUSE();
|
||||
startJobs();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user