Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_strong_explicit (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h225 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 Dstdatomic.h138 #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 Dstdatomic.h136 #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 Datomic.h49 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 Datomic.h48 atomic_compare_exchange_strong_explicit( \
74 atomic_compare_exchange_strong_explicit( \
H A Dstdatomic.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Datomic.h47 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 Dshared_ptr_atomic.h251 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 Dstdatomic.h160 #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 Dstdatomic.h160 #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 Dstdatomic.h107 using std::atomic_compare_exchange_strong_explicit;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h127 #define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong macro
H A Dopencl-c.h13487 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 Dshared_ptr.h609 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 Dshared_ptr.h609 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 Datomic1261 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 Datomic1372 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 Datomic328 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 Dmemory642 atomic_compare_exchange_strong_explicit(shared_ptr<T>* p, shared_ptr<T>* v,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h1833 atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184875 (atomic_compare_exchange_strong_explicit, atomic_store)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20139700 (atomic_compare_exchange_strong_explicit)