Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Datomic.hpp460 inline bool stwcxu(volatile boost::uint32_t* mem, boost::uint32_t val) in stwcxu() function
475 }while (!stwcxu(mem, oldValue+val)); in atomic_add32()
509 } while (!stwcxu(mem, (oldValue == with) ? cmp : oldValue)); in atomic_cas32()