Wilco Dijkstra 4a07fbb689 Use C11 atomics instead of atomic_decrement_and_test
Replace atomic_decrement_and_test with atomic_fetch_add_relaxed.
These are simple counters which do not protect any shared data from
concurrent accesses. Also remove the unused file cond-perf.c.

Passes regress on AArch64.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-09-23 15:59:56 +01:00
..
2022-01-22 02:17:19 +01:00
2022-01-22 02:17:19 +01:00
2022-01-22 02:17:19 +01:00
2022-01-22 02:17:19 +01:00
2021-09-16 01:04:05 +02:00