Wilco Dijkstra a30e960328 Use relaxed atomics since there is no MO dependence
Replace the 3 uses of atomic_bit_set and atomic_bit_test_set with
atomic_fetch_or_relaxed.  Using relaxed MO is correct since the
atomics are used to ensure memory is released only once.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
2022-09-13 11:58:07 +01:00
..
2022-06-30 14:56:21 -03:00
2022-06-30 14:56:21 -03:00
2022-06-30 14:56:21 -03:00
2021-09-03 22:06:44 +05:30