bind9/lib/isc/include
Ondřej Surý 539be61b68
Use atomics for CMM_{LOAD,STORE}_SHARED with ThreadSanitizer
Upstream has removed the atomics implementation of CMM_LOAD_SHARED and
CMM_STORE_SHARED as these can be used also with non-stdatomics types.
As we only use the CMM api with stdatomics types, we can restore the
previous behaviour to prevent ThreadSanitizer warnings.
2025-11-26 17:14:12 +01:00
..
isc Use atomics for CMM_{LOAD,STORE}_SHARED with ThreadSanitizer 2025-11-26 17:14:12 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00