mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 13:38:56 +01:00
We want to first try fallbacks with the same style as the main font, if available, but that introduces the chance of two threads trying to acquire the same locks in different order, so keep at most the main font and one fallback locked, and acquire them in a fixed order by address. Fixes: #17850 Change-Id: Ic352fadc46eb257d2bca4804962b11ab1eb9fa12 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5557 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>