Searched refs:__target (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/cxx/cxx/include/
H A Datomic_support.h87 _ValueType __libcpp_atomic_exchange(_ValueType* __target, argument
90 return __atomic_exchange_n(__target, __value, __order);
148 _ValueType __libcpp_atomic_exchange(_ValueType* __target,
151 _ValueType old = *__target;
152 *__target = __value;
/barrelfish-master/lib/cxx/cxxabi/include/
H A Datomic_support.h91 _ValueType __libcpp_atomic_exchange(_ValueType* __target, argument
94 return __atomic_exchange_n(__target, __value, __order);
152 _ValueType __libcpp_atomic_exchange(_ValueType* __target,
155 _ValueType old = *__target;
156 *__target = __value;

Completed in 27 milliseconds