Home
last modified time | relevance | path

Searched refs:AO_short_compare_and_swap_acquire_read (Results 1 – 7 of 7) sorted by relevance

/dports/math/gap/gap-4.11.0/hpcgap/extern/libatomic_ops/src/atomic_ops/
H A Dgeneralize-small.h751 # define AO_short_compare_and_swap_acquire_read(addr, old, new_val) \ macro
757 # define AO_short_compare_and_swap_acquire_read(addr, old, new_val) \ macro
765 AO_short_compare_and_swap_acquire_read(addr, old, new_val)
H A Dgeneralize-arithm.h955 AO_short_compare_and_swap_acquire_read(volatile unsigned/**/short *addr, in AO_short_compare_and_swap_acquire_read() function
/dports/lang/gauche/Gauche-0.9.10/gc/libatomic_ops/src/atomic_ops/
H A Dgeneralize-small.h759 # define AO_short_compare_and_swap_acquire_read(addr, old, new_val) \ macro
765 # define AO_short_compare_and_swap_acquire_read(addr, old, new_val) \ macro
773 AO_short_compare_and_swap_acquire_read(addr, old, new_val)
H A Dgeneralize-arithm.h962 AO_short_compare_and_swap_acquire_read(volatile unsigned/**/short *addr, in AO_short_compare_and_swap_acquire_read() function
/dports/devel/libatomic_ops/libatomic_ops-7.6.12/src/atomic_ops/
H A Dgeneralize-small.h759 # define AO_short_compare_and_swap_acquire_read(addr, old, new_val) \ macro
765 # define AO_short_compare_and_swap_acquire_read(addr, old, new_val) \ macro
773 AO_short_compare_and_swap_acquire_read(addr, old, new_val)
H A Dgeneralize-arithm.h962 AO_short_compare_and_swap_acquire_read(volatile unsigned/**/short *addr, in AO_short_compare_and_swap_acquire_read() function
/dports/math/gap/gap-4.11.0/hpcgap/extern/libatomic_ops/tests/
H A Dlist_atomic.c3024 AO_short_compare_and_swap_acquire_read(&val, oldval, newval); in short_list_atomic_acquire_read()