Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_weak (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dshared_ptr_atomic.h263 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/
HDstdatomic.h186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/
Dshared_ptr.h581 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/
Datomic917 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/
Datomic1170 atomic_compare_exchange_weak(atomic<_ITp>* __a,
1180 atomic_compare_exchange_weak(volatile atomic<_ITp>* __a,