Files
bind9/lib
Ondřej Surý 4cf275ba8a 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-16 18:09:19 +01:00
..
2020-02-14 09:31:05 +01:00
2020-02-16 17:34:24 +01:00
2020-02-14 09:31:05 +01:00
2020-02-16 17:34:24 +01:00
2020-02-14 09:31:05 +01:00
2020-02-14 09:31:05 +01:00
2020-02-14 09:31:05 +01:00
2020-02-13 15:05:06 -08:00