Home | History | Annotate | Download | only in include

Lines Matching full:__i2

111     compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
113 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
116 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
118 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
121 compare_exchange_weak(bool& __i1, bool __i2,
123 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
126 compare_exchange_weak(bool& __i1, bool __i2,
128 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
131 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
133 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
136 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
138 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
141 compare_exchange_strong(bool& __i1, bool __i2,
143 { return _M_base.compare_exchange_strong(__i1, __i2, __m); }
146 compare_exchange_strong(bool& __i1, bool __i2,
148 { return _M_base.compare_exchange_strong(__i1, __i2, __m); }
792 _ITp* __i1, _ITp __i2,
794 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
799 _ITp* __i1, _ITp __i2,
801 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
806 _ITp* __i1, _ITp __i2,
809 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
814 _ITp* __i1, _ITp __i2,
817 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
853 _ITp* __i1, _ITp __i2)
855 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
863 _ITp* __i1, _ITp __i2)
865 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
873 _ITp* __i1, _ITp __i2)
875 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,
883 _ITp* __i1, _ITp __i2)
885 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,