Skip to content
Commit a30e9603 authored by Wilco Dijkstra's avatar Wilco Dijkstra
Browse files

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: default avatarFlorian Weimer <fweimer@redhat.com>
parent f278835f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment