glibc/sysdeps/nptl
Wilco Dijkstra 22f4ab2d20 Use atomic_exchange_release/acquire
Rename atomic_exchange_rel/acq to use atomic_exchange_release/acquire
since these map to the standard C11 atomic builtins.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-09-26 16:58:08 +01:00
..
bits Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
sys Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Implies
Makeconfig Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Subdirs
_Fork.c arc4random: simplify design for better safety 2022-07-27 08:58:27 -03:00
aio_misc.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dl-mutex.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dl-thread_gscope_wait.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dl-tls_init_tp.c nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) 2022-04-14 12:48:31 -03:00
dl-tunables.list Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
fork.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
futex-internal.h Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
gai_misc.h nptl: Remove uses of assert_perror 2022-08-03 11:42:49 +02:00
internaltypes.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
jmp-unwind.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
libc-lock.h m68k: Enforce 4-byte alignment on internal locks (BZ #29537) 2022-09-20 10:56:54 -03:00
libc-lockP.h m68k: Enforce 4-byte alignment on internal locks (BZ #29537) 2022-09-20 10:56:54 -03:00
libc_start_call_main.h Use C11 atomics instead of atomic_decrement_and_test 2022-09-23 15:59:56 +01:00
lowlevellock-futex.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
lowlevellock.h Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
malloc-machine.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
proc_service.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
pthread-offsets.h nptl: update default pthread-offsets.h 2020-02-10 17:01:21 +01:00
pthread.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
pthreadP.h Use relaxed atomics since there is no MO dependence 2022-09-13 11:58:07 +01:00
pthread_atfork_compat.h Consolidate pthread_atfork 2021-06-24 10:04:41 -03:00
pthread_early_init.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
pthread_mutex_backoff.h nptl: Add backoff mechanism to spinlock loop 2022-05-09 14:38:40 -07:00
pthread_mutex_conf.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
setxid.h Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
stdio-lock.h libio: Improve performance of IO locks 2022-08-11 16:47:45 +01:00
tcb-access.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tcb-offsets.h
thread_db.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
thread_pointer.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
timer_routines.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-mqueue8x.c