https://bugs.kde.org/show_bug.cgi?id=487996
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/5921be95d3 | |bfcf239436681bc5fe7837c5cee | |203 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #5 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 5921be95d3bfcf239436681bc5fe7837c5cee203 by Vlad Zahorodnii. Committed on 16/07/2024 at 12:56. Pushed by vladz into branch 'master'. utils: Fix gaining realtime scheduling with musl sched_setscheduler() is implemented as a stub in musl that does nothing because Linux provides no way to set scheduling parameters per process. Use pthread_setschedparam() to change the scheduling parameters of the threads instead. M +2 -1 src/utils/realtime.cpp https://invent.kde.org/plasma/kwin/-/commit/5921be95d3bfcf239436681bc5fe7837c5cee203 -- You are receiving this mail because: You are watching all bug changes.