Home | History | Annotate | Download | only in include

Lines Matching full:__i2

110     compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
112 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
115 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
117 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
120 compare_exchange_weak(bool& __i1, bool __i2,
122 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
125 compare_exchange_weak(bool& __i1, bool __i2,
127 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
130 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
132 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
135 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
137 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
140 compare_exchange_strong(bool& __i1, bool __i2,
142 { return _M_base.compare_exchange_strong(__i1, __i2, __m); }
145 compare_exchange_strong(bool& __i1, bool __i2,
147 { return _M_base.compare_exchange_strong(__i1, __i2, __m); }
851 _ITp* __i1, _ITp __i2,
854 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
859 _ITp* __i1, _ITp __i2,
862 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
867 _ITp* __i1, _ITp __i2,
870 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
875 _ITp* __i1, _ITp __i2,
878 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
914 _ITp* __i1, _ITp __i2) noexcept
916 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
924 _ITp* __i1, _ITp __i2) noexcept
926 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
934 _ITp* __i1, _ITp __i2) noexcept
936 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,
944 _ITp* __i1, _ITp __i2) noexcept
946 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,