/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
H A D | stdatomic.h | 134 #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 D | stdatomic.h | 132 #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 D | atomic.h | 42 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 D | atomic.h | 41 atomic_fetch_and_explicit((o), (v), memory_order_relaxed) 61 atomic_fetch_and_explicit((o), (v), memory_order_release)
|
H A D | stdatomic.h |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | atomic.h | 40 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 D | stdatomic.h | 119 using std::atomic_fetch_and_explicit;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdatomic.h | 145 #define atomic_fetch_and_explicit __c11_atomic_fetch_and macro
|
H A D | opencl-c.h | 13334 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 D | stdatomic.h | 214 #define atomic_fetch_and_explicit(PTR, VAL, MO) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 214 #define atomic_fetch_and_explicit(PTR, VAL, MO) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | atomic | 1387 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 D | atomic | 1524 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 D | atomic | 394 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 D | ChangeLog-2018 | 4883 (atomic_fetch_and_explicit, atomic_fetch_or_explicit)
|