clarification comment

metadata
Wenzel Jakob 2010-12-03 13:01:46 +01:00
parent c26f9f536f
commit 8ec05fa002
1 changed files with 2 additions and 0 deletions

View File

@ -656,6 +656,8 @@ LocalWorker::LocalWorker(const std::string &name,
Thread::EThreadPriority priority) : Worker(name) {
m_coreCount = 1;
#if !defined(__LINUX__)
/* Don't set thead priority on Linux, since it uses
dynamic priorities */
setPriority(priority);
#endif
}