/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
H A D | stdatomic.h | 146 #define atomic_exchange_explicit(obj, desired, order) \ macro 167 #define atomic_exchange_explicit(obj, desired, order) \ macro 201 #define atomic_exchange_explicit(obj, desired, order) \ macro 226 atomic_exchange_explicit(obj, desired, memory_order_seq_cst)
|
/netbsd-src/external/mpl/dhcp/bind/include/isc/ |
H A D | stdatomic.h | 144 #define atomic_exchange_explicit(obj, desired, order) \ macro 165 #define atomic_exchange_explicit(obj, desired, order) \ macro 199 #define atomic_exchange_explicit(obj, desired, order) \ macro 224 atomic_exchange_explicit(obj, desired, memory_order_seq_cst)
|
H A D | atomic.h | 44 atomic_exchange_explicit((o), (v), memory_order_relaxed) 69 atomic_exchange_explicit((o), (v), memory_order_acq_rel)
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr_atomic.h | 176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 188 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 194 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY() 207 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | atomic.h | 43 atomic_exchange_explicit((o), (v), memory_order_relaxed) 65 atomic_exchange_explicit((o), (v), memory_order_acquire) 67 atomic_exchange_explicit((o), (v), memory_order_acq_rel)
|
H A D | stdatomic.h |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | atomic.h | 42 atomic_exchange_explicit((o), (v), memory_order_relaxed) 67 atomic_exchange_explicit((o), (v), memory_order_acq_rel)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro 157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro 157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr_atomic.h | 202 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 214 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 220 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY() 233 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/experimental/ |
H A D | memory_resource.cpp | 103 return _VSTD::atomic_exchange_explicit( in __default_memory_resource()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | stdatomic.h | 105 using std::atomic_exchange_explicit;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdatomic.h | 124 #define atomic_exchange_explicit __c11_atomic_exchange macro
|
H A D | opencl-c.h | 13462 int __ovld atomic_exchange_explicit(volatile atomic_int *object, int desired, memory_order order); 13463 int __ovld atomic_exchange_explicit(volatile atomic_int *object, int desired, memory_order order, m… 13465 uint __ovld atomic_exchange_explicit(volatile atomic_uint *object, uint desired, memory_order order… 13466 uint __ovld atomic_exchange_explicit(volatile atomic_uint *object, uint desired, memory_order order… 13468 float __ovld atomic_exchange_explicit(volatile atomic_float *object, float desired, memory_order or… 13469 float __ovld atomic_exchange_explicit(volatile atomic_float *object, float desired, memory_order or… 13473 double __ovld atomic_exchange_explicit(volatile atomic_double *object, double desired, memory_order… 13474 double __ovld atomic_exchange_explicit(volatile atomic_double *object, double desired, memory_order… 13477 long __ovld atomic_exchange_explicit(volatile atomic_long *object, long desired, memory_order order… 13478 long __ovld atomic_exchange_explicit(volatile atomic_long *object, long desired, memory_order order… [all …]
|
/netbsd-src/sys/kern/ |
H A D | subr_thmap.c | 129 #define atomic_exchange_explicit(o, n, m1) atomic_swap_ptr((o), (n)) macro 986 return atomic_exchange_explicit(&thmap->gc_list, NULL, in thmap_stage_gc()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 584 { return std::atomic_exchange_explicit<_Tp>(__p, __r, __mo); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 584 { return std::atomic_exchange_explicit<_Tp>(__p, __r, __mo); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | atomic | 1230 atomic_exchange_explicit(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i, 1236 atomic_exchange_explicit(volatile atomic<_ITp>* __a, 1301 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); } 1307 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | atomic | 1341 atomic_exchange_explicit(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i, 1347 atomic_exchange_explicit(volatile atomic<_ITp>* __a, 1412 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); } 1418 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | atomic | 301 T atomic_exchange_explicit(volatile atomic<T>* obj, T desr, memory_order m) noexcept; 304 T atomic_exchange_explicit(atomic<T>* obj, T desr, memory_order m) noexcept; 1997 // atomic_exchange_explicit 2002 atomic_exchange_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __d, memory_or… 2010 atomic_exchange_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __d, memory_order __m) …
|
H A D | memory | 628 atomic_exchange_explicit(shared_ptr<T>* p, shared_ptr<T> r, memory_order mo);
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | shared_ptr.h | 1794 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, memory_order)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 1123 def : Builtin<"atomic_exchange_explicit", 1125 def : Builtin<"atomic_exchange_explicit",
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 4873 (atomic_init, atomic_store_explicit, atomic_exchange_explicit)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2013 | 9699 (atomic_load_explicit, atomic_exchange_explicit)
|