Files
bind9/lib
Ondřej SurýandWitold Kręcicki 96f08f112c Replace non-loop usage of atomic_compare_exchange_weak with strong variant
While testing BIND 9 on arm64 8+ core machine, it was discovered that
the weak variants in fact does spuriously fail, we haven't observed that
on other architectures.

This commit replaces all non-loop usage of atomic_compare_exchange_weak
with atomic_compare_exchange_strong.
2020-02-20 20:11:07 +01:00
..
2020-02-20 20:08:50 +01:00
2020-02-16 18:07:27 +01:00