Lines Matching full:__value
670 _Tp __value, memory_order __order) {
672 __atomic_exchange(&__a->__a_value, &__value, &__ret,
678 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value,
681 __atomic_exchange(&__a->__a_value, &__value, &__ret,
688 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
690 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
698 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
700 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
708 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
710 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
718 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
720 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,