/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr_atomic.h | 225 atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 250 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY() 262 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY() 277 atomic_compare_exchange_strong_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY() 303 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY() 315 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
H A D | stdatomic.h | 138 #define atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ macro 161 #define atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ macro 186 #define atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ macro 199 atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ 218 atomic_compare_exchange_strong_explicit(obj, expected, desired, \
|
/netbsd-src/external/mpl/dhcp/bind/include/isc/ |
H A D | stdatomic.h | 136 #define atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ macro 159 #define atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ macro 184 #define atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ macro 197 atomic_compare_exchange_strong_explicit(obj, expected, desired, succ, \ 216 atomic_compare_exchange_strong_explicit(obj, expected, desired, \
|
H A D | atomic.h | 49 atomic_compare_exchange_strong_explicit( \ 52 atomic_compare_exchange_strong_explicit( \ 76 atomic_compare_exchange_strong_explicit( \
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | atomic.h | 48 atomic_compare_exchange_strong_explicit( \ 74 atomic_compare_exchange_strong_explicit( \
|
H A D | stdatomic.h |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | atomic.h | 47 atomic_compare_exchange_strong_explicit( \ 50 atomic_compare_exchange_strong_explicit( \ 74 atomic_compare_exchange_strong_explicit( \
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr_atomic.h | 251 atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 276 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY() 288 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY() 303 atomic_compare_exchange_strong_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY() 329 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY() 341 return std::atomic_compare_exchange_strong_explicit(__p, __v, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro 172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ macro 172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | stdatomic.h | 107 using std::atomic_compare_exchange_strong_explicit;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdatomic.h | 127 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
|
H A D | opencl-c.h | 13487 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_int *object, int *expected, 13489 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_int *object, int *expected, 13492 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_uint *object, uint *expected, 13494 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_uint *object, uint *expected, 13507 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_float *object, float *expected, 13509 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_float *object, float *expected, 13519 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_double *object, double *expecte… 13521 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_double *object, double *expecte… 13530 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_long *object, long *expected, 13532 bool __ovld atomic_compare_exchange_strong_explicit(volatile atomic_long *object, long *expected, [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 609 bool atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 614 { return std::atomic_compare_exchange_strong_explicit<_Tp>(__p, __v, __w, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 609 bool atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 614 { return std::atomic_compare_exchange_strong_explicit<_Tp>(__p, __v, __w, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | atomic | 1261 atomic_compare_exchange_strong_explicit(atomic<_ITp>* __a, 1270 atomic_compare_exchange_strong_explicit(volatile atomic<_ITp>* __a, 1337 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2, 1348 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | atomic | 1372 atomic_compare_exchange_strong_explicit(atomic<_ITp>* __a, 1381 atomic_compare_exchange_strong_explicit(volatile atomic<_ITp>* __a, 1448 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2, 1459 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | atomic | 328 bool atomic_compare_exchange_strong_explicit(volatile atomic<T>* obj, 333 bool atomic_compare_exchange_strong_explicit(atomic<T>* obj, T* expc, 2074 // atomic_compare_exchange_strong_explicit 2079 atomic_compare_exchange_strong_explicit(volatile atomic<_Tp>* __o, 2090 atomic_compare_exchange_strong_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type* __e,
|
H A D | memory | 642 atomic_compare_exchange_strong_explicit(shared_ptr<T>* p, shared_ptr<T>* v,
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | shared_ptr.h | 1833 atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 4875 (atomic_compare_exchange_strong_explicit, atomic_store)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2013 | 9700 (atomic_compare_exchange_strong_explicit)
|