Lines Matching full:__value
659 _Tp __value, memory_order __order) {
661 __atomic_exchange(&__a->__a_value, &__value, &__ret,
667 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value,
670 __atomic_exchange(&__a->__a_value, &__value, &__ret,
677 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
679 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
687 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
689 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
697 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
699 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
707 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
709 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,