Home
last modified time | relevance | path

Searched refs:atomic_exchange_explicit (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h146 #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 Dstdatomic.h144 #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 Datomic.h44 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 Dshared_ptr_atomic.h176 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 Datomic.h43 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 Dstdatomic.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Datomic.h42 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 Dstdatomic.h145 #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 Dstdatomic.h145 #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 Dshared_ptr_atomic.h202 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 Dmemory_resource.cpp103 return _VSTD::atomic_exchange_explicit( in __default_memory_resource()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h105 using std::atomic_exchange_explicit;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h124 #define atomic_exchange_explicit __c11_atomic_exchange macro
H A Dopencl-c.h13462 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 Dsubr_thmap.c129 #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 Dshared_ptr.h581 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 Dshared_ptr.h581 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 Datomic1230 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 Datomic1341 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 Datomic301 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 Dmemory628 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 Dshared_ptr.h1794 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, memory_order)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td1123 def : Builtin<"atomic_exchange_explicit",
1125 def : Builtin<"atomic_exchange_explicit",
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184873 (atomic_init, atomic_store_explicit, atomic_exchange_explicit)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20139699 (atomic_load_explicit, atomic_exchange_explicit)