summaryrefslogtreecommitdiffstats
path: root/src/engine/engineworkerscheduler.cpp
AgeCommit message (Expand)Author
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-10Remove filename headersxerus2000
2019-11-16Use static const QStrings instead of string literalsDaniel Schürmann
2018-03-14use std::atomic_flag as ready flagDaniel Schürmann
2018-03-13Use QMutexLockerDaniel Schürmann
2018-03-13Make worker management thread save in any caseDaniel Schürmann
2018-03-13Replace fifo by QHash to fix overlow and loss of wake up signals. Fixing Bug ...Daniel Schürmann
2015-11-15Fix race codition at EngineWorkerScheduler::~EngineWorkerScheduler(), Fixes B...Daniel Schürmann
2014-01-21Add event tracing in many useful places.RJ Ryan
2014-01-21Only wake up EngineWorkerScheduler if there are worker threads to be started.RJ Ryan
2013-07-01dedicated thread for CachingReaderWorkerDaniel Schürmann
2013-06-26Splitted CachingReader into CachingReader and CachingReaderWorkerDaniel Schürmann
2013-06-23fix possible segfault with CachingReader::~CachingReader();Daniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan