1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-10 10:41:03 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Wilco Dijkstra d1babeb32d Use C11 atomics instead of atomic_increment(_val)
Replace atomic_increment and atomic_increment_val with atomic_fetch_add_relaxed.
One case in sem_post.c uses release semantics (see comment above it).
The others are simple counters and do not protect any shared data from
concurrent accesses.

Passes regress on AArch64.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-09-23 15:59:56 +01:00
..
2022-08-04 09:09:48 -03:00
2022-08-04 10:03:45 -03:00
2022-09-20 20:14:14 +00:00
2022-08-04 10:03:45 -03:00
2022-08-04 09:09:48 -03:00
2022-08-04 09:09:48 -03:00
2022-08-30 10:54:46 +02:00
2022-08-04 10:03:45 -03:00
2022-08-04 09:09:48 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-06-30 14:56:21 -03:00
2022-06-30 14:56:21 -03:00
2022-05-04 15:37:21 +02:00
2022-06-30 14:56:21 -03:00
2022-07-05 10:08:48 -03:00
2022-06-30 14:56:21 -03:00
2022-07-05 10:08:48 -03:00