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
..
bind9 Reformat using the new rules 2020-02-14 09:31:05 +01:00
dns Fixup the missing clang-format bits 2020-02-16 17:34:24 +01:00
irs Reformat using the new rules 2020-02-14 09:31:05 +01:00
isc Replace non-loop usage of atomic_compare_exchange_weak with strong variant 2020-02-16 18:09:19 +01:00
isccc Fixup the missing clang-format bits 2020-02-16 17:34:24 +01:00
isccfg Reformat using the new rules 2020-02-14 09:31:05 +01:00
ns Reformat using the new rules 2020-02-14 09:31:05 +01:00
samples Reformat using the new rules 2020-02-14 09:31:05 +01:00
win32/bindevt apply the modified style 2020-02-13 15:05:06 -08:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00