include/qemu/thread: Use qatomic_* functions
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 22 Oct 2022 13:04:11 +0000 (23:04 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commit7ed9e721cce2ccf6a1da22cd0e713c2a0d187457
treedc578f4b87dc2d4b55a60ef4aaff0c9e46ec1991
parent590536369f8eb2f3410fa3a1af329891f3fc58e3
include/qemu/thread: Use qatomic_* functions

Use qatomic_*, which expands to __atomic_* in preference
to the "legacy" __sync_* functions.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/thread.h