Home | History | Annotate | Download | only in bits

Lines Matching refs:__i1

486       compare_exchange_weak(__int_type& __i1, __int_type __i2,
493 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
497 compare_exchange_weak(__int_type& __i1, __int_type __i2,
505 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
509 compare_exchange_weak(__int_type& __i1, __int_type __i2,
512 return compare_exchange_weak(__i1, __i2, __m,
517 compare_exchange_weak(__int_type& __i1, __int_type __i2,
520 return compare_exchange_weak(__i1, __i2, __m,
525 compare_exchange_strong(__int_type& __i1, __int_type __i2,
532 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2);
536 compare_exchange_strong(__int_type& __i1, __int_type __i2,
544 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2);
548 compare_exchange_strong(__int_type& __i1, __int_type __i2,
551 return compare_exchange_strong(__i1, __i2, __m,
556 compare_exchange_strong(__int_type& __i1, __int_type __i2,
559 return compare_exchange_strong(__i1, __i2, __m,