Home | History | Annotate | Download | only in bits

Lines Matching refs:__i2

321       compare_exchange_weak(__int_type& __i1, __int_type __i2,
323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
326 compare_exchange_weak(__int_type& __i1, __int_type __i2,
328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2,
342 return compare_exchange_weak(__i1, __i2, __m,
347 compare_exchange_strong(__int_type& __i1, __int_type __i2,
355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
363 compare_exchange_strong(__int_type& __i1, __int_type __i2,
371 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
379 compare_exchange_strong(__int_type& __i1, __int_type __i2,
382 return compare_exchange_strong(__i1, __i2, __m,
387 compare_exchange_strong(__int_type& __i1, __int_type __i2,
390 return compare_exchange_strong(__i1, __i2, __m,