Home
last modified time | relevance | path

Searched defs:compare_exchange_strong (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h79 compare_exchange_strong(_Tp& __e, _Tp __d, memory_order __s, memory_order __f) volatile _NOEXCEPT in compare_exchange_strong() function
83 …_LIBCPP_HIDE_FROM_ABI bool compare_exchange_strong(_Tp& __e, _Tp __d, memory_order __s, memory_ord… in compare_exchange_strong() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong() function