| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| shared_ptr.h | 581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2 584 { return std::atomic_exchange_explicit<_Tp>(__p, __r, __mo); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| shared_ptr.h | 581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2 584 { return std::atomic_exchange_explicit<_Tp>(__p, __r, __mo); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| shared_ptr_atomic.h | 214 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, function 227 return std::atomic_exchange_explicit(__p, std::move(__r), 234 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, function 248 return std::atomic_exchange_explicit(__p, std::move(__r),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| shared_ptr_atomic.h | 202 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, function 214 return std::atomic_exchange_explicit(__p, std::move(__r), 220 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, function 233 return std::atomic_exchange_explicit(__p, std::move(__r),
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
| 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)
|
| /src/external/mpl/dhcp/bind/include/isc/ |
| 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)
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| stdatomic.h | 124 #define atomic_exchange_explicit __c11_atomic_exchange macro
|
| /src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| shared_ptr.h | 1794 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, memory_order) function
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| stdatomic.h | 153 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro 165 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| stdatomic.h | 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro 157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
|
| /src/sys/kern/ |
| subr_thmap.c | 139 #define atomic_exchange_explicit(o, n, m1) atomic_swap_ptr((o), (n)) macro 996 return atomic_exchange_explicit(&thmap->gc_list, NULL,
|