Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-23 | thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime() | Max Kellermann | 1 | -1/+1 | |
2014-01-14 | OutputThread: use real-time priority | Max Kellermann | 1 | -0/+13 | |
2014-01-14 | UpdateGlue: let the update thread run at "idle" priority | Max Kellermann | 1 | -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. |