Searched refs:atomic_exchange_and_add_acq (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/include/ |
D | atomic.h | 183 #ifndef atomic_exchange_and_add_acq 185 # define atomic_exchange_and_add_acq(mem, value) \ macro 188 # define atomic_exchange_and_add_acq(mem, value) \ macro 207 atomic_exchange_and_add_acq(mem, value) 212 atomic_exchange_and_add_acq(mem, value) 735 atomic_exchange_and_add_acq ((mem), (operand)) 752 atomic_exchange_and_add_acq ((mem), (operand)); })
|
/glibc-2.36/sysdeps/s390/ |
D | atomic-machine.h | 87 # define atomic_exchange_and_add_acq(mem, operand) \ macro
|
/glibc-2.36/sysdeps/aarch64/ |
D | atomic-machine.h | 142 # define atomic_exchange_and_add_acq(mem, value) \ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/ |
D | atomic-machine.h | 139 #define atomic_exchange_and_add_acq(mem, value) \ macro
|
/glibc-2.36/sysdeps/mips/ |
D | atomic-machine.h | 162 #define atomic_exchange_and_add_acq(mem, value) \ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | atomic-machine.h | 141 # define atomic_exchange_and_add_acq(mem, value) \ macro
|
/glibc-2.36/sysdeps/powerpc/ |
D | atomic-machine.h | 254 #define atomic_exchange_and_add_acq(mem, value) \ macro
|
/glibc-2.36/misc/ |
D | tst-atomic.c | 116 if (atomic_exchange_and_add_acq (&mem, 11) != 2 in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-mips | 1015 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. 1019 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
|
D | ChangeLog.18 | 8227 atomic_exchange_and_add_acq, 43403 (atomic_exchange_and_add_acq): Likewise. 78497 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
|