aboutsummaryrefslogtreecommitdiffstats
path: root/core/rtkit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Much more clang-tidy cleanupChris Robinson2023-12-101-2/+2
|
* rtkit: match includes with code (#752)Rosen Penev2022-08-181-1/+2
| | | | | | | | | These headers are used for __gettid. Match the if with the code. Fixes compilation under MinGW. Signed-off-by: Rosen Penev <[email protected]> Signed-off-by: Rosen Penev <[email protected]>
* Add missing include for FreeBSDChris Robinson2022-07-291-0/+3
|
* Handle _gettid on FreeBSDChris Robinson2022-01-181-58/+50
| | | | And simplify handling D-Bus/RTKit interfaces
* Optionally use RTKit/D-Bus to set elevated priorityChris Robinson2021-04-181-0/+240
If pthread_setschedparam fails or is unavailable.