Home | History | Annotate | Download | only in bits

Lines Matching refs:__i1

321       compare_exchange_weak(__int_type& __i1, __int_type __i2,
327 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
337 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
341 compare_exchange_weak(__int_type& __i1, __int_type __i2,
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2,
352 return compare_exchange_weak(__i1, __i2, __m,
357 compare_exchange_strong(__int_type& __i1, __int_type __i2,
363 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
367 compare_exchange_strong(__int_type& __i1, __int_type __i2,
373 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
377 compare_exchange_strong(__int_type& __i1, __int_type __i2,
380 return compare_exchange_strong(__i1, __i2, __m,
385 compare_exchange_strong(__int_type& __i1, __int_type __i2,
388 return compare_exchange_strong(__i1, __i2, __m,