Home | History | Annotate | Download | only in bits

Lines Matching refs:__i1

529       compare_exchange_weak(__int_type& __i1, __int_type __i2,
538 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
542 compare_exchange_weak(__int_type& __i1, __int_type __i2,
552 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
556 compare_exchange_weak(__int_type& __i1, __int_type __i2,
559 return compare_exchange_weak(__i1, __i2, __m,
564 compare_exchange_weak(__int_type& __i1, __int_type __i2,
567 return compare_exchange_weak(__i1, __i2, __m,
572 compare_exchange_strong(__int_type& __i1, __int_type __i2,
581 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2);
585 compare_exchange_strong(__int_type& __i1, __int_type __i2,
596 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2);
600 compare_exchange_strong(__int_type& __i1, __int_type __i2,
603 return compare_exchange_strong(__i1, __i2, __m,
608 compare_exchange_strong(__int_type& __i1, __int_type __i2,
611 return compare_exchange_strong(__i1, __i2, __m,