Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thread/Util: relicense to BSD-2 | Max Kellermann | 2014-05-31 | 1 | -15/+25 |
| | |||||
* | Thread/Util: use __NR_ioprio_set instead of SYS_ioprio_set | Max Kellermann | 2014-02-18 | 1 | -1/+1 |
| | | | | Bionic doesn't have the SYS_* macros. | ||||
* | Thread/Util: make SCHED_RESET_ON_FORK optional | Max Kellermann | 2014-02-18 | 1 | -1/+7 |
| | | | | | Use it if it exists, but don't insist if the C library is poor (e.g. Bionic/Android). | ||||
* | thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime() | Max Kellermann | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | OutputThread: use real-time priority | Max Kellermann | 2014-01-14 | 1 | -0/+13 |
| | |||||
* | UpdateGlue: let the update thread run at "idle" priority | Max Kellermann | 2014-01-14 | 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. |