Searched refs:atomic_compare_exchange_weak (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | shared_ptr_atomic.h | 263 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, in _GLIBCXX_VISIBILITY() 316 atomic_compare_exchange_weak(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/gcc/ginclude/ |
| HD | stdatomic.h | 186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/ |
| D | shared_ptr.h | 581 bool atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY() 584 { return std::atomic_compare_exchange_weak<_Tp>(__p, __v, __w); } in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | atomic | 917 atomic_compare_exchange_weak(atomic<_ITp>* __a, 927 atomic_compare_exchange_weak(volatile atomic<_ITp>* __a,
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | atomic | 1170 atomic_compare_exchange_weak(atomic<_ITp>* __a, 1180 atomic_compare_exchange_weak(volatile atomic<_ITp>* __a,
|