Skip to content

gthread-posix: Do not do unguarded and non-atomic assignment of an atomic

Marco Trevisan requested to merge 3v1n0/glib:scheduler-warning-atomic-set into main

We ended up always skipping showing the scheduler settings errors after the first call, while we were already setting such variable atomically in case it needed to.

Related to: #1672

Merge request reports