Home | History | Annotate | Download | only in bits

Lines Matching refs:__i1

525       compare_exchange_weak(__int_type& __i1, __int_type __i2,
534 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
538 compare_exchange_weak(__int_type& __i1, __int_type __i2,
548 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
552 compare_exchange_weak(__int_type& __i1, __int_type __i2,
555 return compare_exchange_weak(__i1, __i2, __m,
560 compare_exchange_weak(__int_type& __i1, __int_type __i2,
563 return compare_exchange_weak(__i1, __i2, __m,
568 compare_exchange_strong(__int_type& __i1, __int_type __i2,
577 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2);
581 compare_exchange_strong(__int_type& __i1, __int_type __i2,
592 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2);
596 compare_exchange_strong(__int_type& __i1, __int_type __i2,
599 return compare_exchange_strong(__i1, __i2, __m,
604 compare_exchange_strong(__int_type& __i1, __int_type __i2,
607 return compare_exchange_strong(__i1, __i2, __m,