bind9/lib/isc/include
Ondřej Surý 88227ea665
Use release memory ordering when incrementing reference counter
As the relaxed memory ordering doesn't ensure any memory
synchronization, it is possible that the increment will succeed even
in the case when it should not - there is a race between
atomic_fetch_sub(..., acq_rel) and atomic_fetch_add(..., relaxed).
Only the result is consistent, but the previous value for both calls
could be same when both calls are executed at the same time.
2024-09-30 11:03:01 +02:00
..
isc Use release memory ordering when incrementing reference counter 2024-09-30 11:03:01 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00