aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/Util.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime()Max Kellermann2014-01-231-1/+1
|
* OutputThread: use real-time priorityMax Kellermann2014-01-141-0/+13
|
* UpdateGlue: let the update thread run at "idle" priorityMax Kellermann2014-01-141-0/+72
The update thread should not affect the rest of the system, therefore set "idle" priority, and let it only run when nobody else is using the resources.