Home | History | Annotate | Download | only in bits

Lines Matching refs:__count

239       _Atomic_word __count = _M_use_count;
242 if (__count == 0)
247 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1040 _M_refcount._M_swap(__count);