Skip to content

GThread - Check if sched_setattr is allowed by the system policies before depending on it

Sebastian Dröge requested to merge sdroege/glib:fallback-setattr-failure into master

On Fedora it's apparently not allowed so we'll have to fall back to the thread-spawner thread in GThreadPool instead.

Merge request reports