Searched refs:atomic_compare_exchange_n (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libatomic/
H A Dload_n.c48 #if !DONE && defined(atomic_compare_exchange_n)
55 atomic_compare_exchange_n (mptr, &t, 0, true,
58 atomic_compare_exchange_n (mptr, &t, 0, true,
61 atomic_compare_exchange_n (mptr, &t, 0, true,
68 #endif /* atomic_compare_exchange_n */
H A Dhost-config.h29 #if !defined(atomic_compare_exchange_n) && SIZE(HAVE_ATOMIC_CAS)
30 # define atomic_compare_exchange_n __atomic_compare_exchange_n macro
H A Dcas_n.c29 #if !DONE && defined(atomic_compare_exchange_n)
35 return atomic_compare_exchange_n (mptr, eptr, newval, false,
38 return atomic_compare_exchange_n (mptr, eptr, newval, false,
41 return atomic_compare_exchange_n (mptr, eptr, newval, false,
H A Dexch_n.c45 #if !DONE && defined(atomic_compare_exchange_n)
54 while (!atomic_compare_exchange_n (mptr, &oldval, newval, true,
64 #endif /* atomic_compare_exchange_n */
H A Dstore_n.c46 #if !DONE && defined(atomic_compare_exchange_n)
55 while (!atomic_compare_exchange_n (mptr, &oldval, newval, true,
63 #endif /* atomic_compare_exchange_n */
H A Dfop_n.c62 #if !DONE && defined(atomic_compare_exchange_n)
75 while (!atomic_compare_exchange_n (mptr, &oldval, t, true,
94 while (!atomic_compare_exchange_n (mptr, &oldval, t, true,
102 #endif /* atomic_compare_exchange_n */
/haiku-buildtools/gcc/libatomic/config/linux/arm/
H A Dhost-config.h65 # define atomic_compare_exchange_n atomic_compare_exchange_w macro
71 atomic_compare_exchange_n (UTYPE *mptr, UTYPE *eptr, UTYPE newval, function
82 #define atomic_compare_exchange_n atomic_compare_exchange_n macro

Completed in 54 milliseconds