Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h142 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
164 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
197 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
222 atomic_compare_exchange_weak_explicit(obj, expected, desired, \
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Dstdatomic.h140 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
162 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
195 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
220 atomic_compare_exchange_weak_explicit(obj, expected, desired, \
H A Datomic.h46 atomic_compare_exchange_weak_explicit( \
73 atomic_compare_exchange_weak_explicit( \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h256 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
271 return std::atomic_compare_exchange_weak_explicit(__p, __v, in _GLIBCXX_VISIBILITY()
309 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
325 return std::atomic_compare_exchange_weak_explicit(__p, __v, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Datomic.h45 atomic_compare_exchange_weak_explicit( \
71 atomic_compare_exchange_weak_explicit( \
H A Dstdatomic.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Datomic.h44 atomic_compare_exchange_weak_explicit( \
71 atomic_compare_exchange_weak_explicit( \
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h282 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
297 return std::atomic_compare_exchange_weak_explicit(__p, __v, in _GLIBCXX_VISIBILITY()
335 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
351 return std::atomic_compare_exchange_weak_explicit(__p, __v, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h109 using std::atomic_compare_exchange_weak_explicit;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h130 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak macro
H A Dopencl-c.h13497 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_int *object, int *expected,
13499 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_int *object, int *expected,
13502 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_uint *object, uint *expected,
13504 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_uint *object, uint *expected,
13512 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_float *object, float *expected,
13514 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_float *object, float *expected,
13524 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_double *object, double *expected,
13526 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_double *object, double *expected,
13535 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_long *object, long *expected,
13537 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_long *object, long *expected,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h599 bool atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
604 { return std::atomic_compare_exchange_weak_explicit<_Tp>(__p, __v, __w, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h599 bool atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
604 { return std::atomic_compare_exchange_weak_explicit<_Tp>(__p, __v, __w, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic1243 atomic_compare_exchange_weak_explicit(atomic<_ITp>* __a,
1252 atomic_compare_exchange_weak_explicit(volatile atomic<_ITp>* __a,
1315 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
1326 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic1354 atomic_compare_exchange_weak_explicit(atomic<_ITp>* __a,
1363 atomic_compare_exchange_weak_explicit(volatile atomic<_ITp>* __a,
1426 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
1437 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Datomic319 bool atomic_compare_exchange_weak_explicit(volatile atomic<T>* obj, T* expc,
324 bool atomic_compare_exchange_weak_explicit(atomic<T>* obj, T* expc, T desr,
2051 // atomic_compare_exchange_weak_explicit
2056 atomic_compare_exchange_weak_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type* …
2067 atomic_compare_exchange_weak_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type* __e, type…
H A Dmemory637 atomic_compare_exchange_weak_explicit(shared_ptr<T>* p, shared_ptr<T>* v,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h1843 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184874 (atomic_compare_exchange_weak_explicit)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20139701 (atomic_compare_exchange_weak_explicit): Use __auto_type to