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 |https://invent.kde.org/plas
                   |ma/kwin/-/commit/5921be95d3 |ma/kwin/-/commit/2b7882fbbc
                   |bfcf239436681bc5fe7837c5cee |734101b097b7b7b019197386769
                   |203                         |eb1

--- Comment #6 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
Git commit 2b7882fbbc734101b097b7b7b019197386769eb1 by Vlad Zahorodnii.
Committed on 17/07/2024 at 05:29.
Pushed by vladz into branch 'Plasma/6.1'.

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.


(cherry picked from commit 5921be95d3bfcf239436681bc5fe7837c5cee203)

Co-authored-by: Vlad Zahorodnii <vlad.zahorod...@kde.org>

M  +2    -1    src/utils/realtime.cpp

https://invent.kde.org/plasma/kwin/-/commit/2b7882fbbc734101b097b7b7b019197386769eb1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to