On Wed Aug 20 16:36:18 2025 +0000, Alexandre Julliard wrote:
That doesn't seem very useful at this point.
Indeed, eventually this should also trigger a recalculation of effective thread priorities, but I can remove it for now.
Every instance of setting `thread->disable_boost` would have to be replaced by a helper at that point again (or some code would be duplicated).
Both approaches can work, but I think with a helper it is a bit nicer in the end.