Home
last modified time | relevance | path

Searched refs:atomic_fetch_and_explicit (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h134 #define atomic_fetch_and_explicit(obj, arg, order) \ macro
157 #define atomic_fetch_and_explicit(obj, arg, order) \ macro
182 #define atomic_fetch_and_explicit(obj, arg, order) \ macro
214 atomic_fetch_and_explicit(obj, arg, memory_order_seq_cst)
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Dstdatomic.h132 #define atomic_fetch_and_explicit(obj, arg, order) \ macro
155 #define atomic_fetch_and_explicit(obj, arg, order) \ macro
180 #define atomic_fetch_and_explicit(obj, arg, order) \ macro
212 atomic_fetch_and_explicit(obj, arg, memory_order_seq_cst)
H A Datomic.h42 atomic_fetch_and_explicit((o), (v), memory_order_relaxed)
65 atomic_fetch_and_explicit((o), (v), memory_order_release)
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Datomic.h41 atomic_fetch_and_explicit((o), (v), memory_order_relaxed)
61 atomic_fetch_and_explicit((o), (v), memory_order_release)
H A Dstdatomic.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Datomic.h40 atomic_fetch_and_explicit((o), (v), memory_order_relaxed)
63 atomic_fetch_and_explicit((o), (v), memory_order_release)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h119 using std::atomic_fetch_and_explicit;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h145 #define atomic_fetch_and_explicit __c11_atomic_fetch_and macro
H A Dopencl-c.h13334 int __ovld atomic_fetch_and_explicit(volatile atomic_int *object, int operand, memory_order order);
13335 int __ovld atomic_fetch_and_explicit(volatile atomic_int *object, int operand, memory_order order, …
13337 uint __ovld atomic_fetch_and_explicit(volatile atomic_uint *object, uint operand, memory_order orde…
13338 uint __ovld atomic_fetch_and_explicit(volatile atomic_uint *object, uint operand, memory_order orde…
13378 long __ovld atomic_fetch_and_explicit(volatile atomic_long *object, long operand, memory_order orde…
13379 long __ovld atomic_fetch_and_explicit(volatile atomic_long *object, long operand, memory_order orde…
13381 ulong __ovld atomic_fetch_and_explicit(volatile atomic_ulong *object, ulong operand, memory_order o…
13382 ulong __ovld atomic_fetch_and_explicit(volatile atomic_ulong *object, ulong operand, memory_order o…
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h214 #define atomic_fetch_and_explicit(PTR, VAL, MO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h214 #define atomic_fetch_and_explicit(PTR, VAL, MO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic1387 atomic_fetch_and_explicit(__atomic_base<_ITp>* __a,
1394 atomic_fetch_and_explicit(volatile __atomic_base<_ITp>* __a,
1455 { return atomic_fetch_and_explicit(__a, __i, memory_order_seq_cst); }
1461 { return atomic_fetch_and_explicit(__a, __i, memory_order_seq_cst); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic1524 atomic_fetch_and_explicit(__atomic_base<_ITp>* __a,
1531 atomic_fetch_and_explicit(volatile __atomic_base<_ITp>* __a,
1592 { return atomic_fetch_and_explicit(__a, __i, memory_order_seq_cst); }
1598 { return atomic_fetch_and_explicit(__a, __i, memory_order_seq_cst); }
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Datomic394 Integral atomic_fetch_and_explicit(volatile atomic<Integral>* obj, Integral op,
398 Integral atomic_fetch_and_explicit(atomic<Integral>* obj, Integral op,
2362 // atomic_fetch_and_explicit
2371 atomic_fetch_and_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_…
2383 atomic_fetch_and_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m…
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184883 (atomic_fetch_and_explicit, atomic_fetch_or_explicit)