Home | History | Annotate | Download | only in bits

Lines Matching refs:__count

238       _Atomic_word __count;
241 __count = _M_use_count;
242 if (__count == 0)
248 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
249 __count + 1));
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1025 _M_refcount._M_swap(__count);