aboutsummaryrefslogtreecommitdiffstats
path: root/core/dbus_wrap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use inline variables to avoid separate definitionsChris Robinson2023-06-031-5/+0
|
* Make and use a bit_cast functionChris Robinson2023-05-041-1/+2
| | | | Instead of reinterpret_casting between incompatible types
* Handle _gettid on FreeBSDChris Robinson2022-01-181-1/+1
| | | | And simplify handling D-Bus/RTKit interfaces
* Optionally use RTKit/D-Bus to set elevated priorityChris Robinson2021-04-181-0/+46
If pthread_setschedparam fails or is unavailable.