/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
H A D | stdatomic.h | 142 #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 D | stdatomic.h | 140 #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 D | atomic.h | 46 atomic_compare_exchange_weak_explicit( \ 73 atomic_compare_exchange_weak_explicit( \
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr_atomic.h | 256 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 D | atomic.h | 45 atomic_compare_exchange_weak_explicit( \ 71 atomic_compare_exchange_weak_explicit( \
|
H A D | stdatomic.h |
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | atomic.h | 44 atomic_compare_exchange_weak_explicit( \ 71 atomic_compare_exchange_weak_explicit( \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 175 #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 D | stdatomic.h | 175 #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 D | shared_ptr_atomic.h | 282 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 D | stdatomic.h | 109 using std::atomic_compare_exchange_weak_explicit;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdatomic.h | 130 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak macro
|
H A D | opencl-c.h | 13497 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 D | shared_ptr.h | 599 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 D | shared_ptr.h | 599 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 D | atomic | 1243 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 D | atomic | 1354 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 D | atomic | 319 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 D | memory | 637 atomic_compare_exchange_weak_explicit(shared_ptr<T>* p, shared_ptr<T>* v,
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | shared_ptr.h | 1843 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 4874 (atomic_compare_exchange_weak_explicit)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2013 | 9701 (atomic_compare_exchange_weak_explicit): Use __auto_type to
|