Searched refs:_S_refcount (Results 1 – 5 of 5) sorted by relevance
84 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, 1) == 0) in Init()123 __gnu_cxx::__atomic_add_dispatch(&_S_refcount, 1); in Init()129 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, -1) == 2) in ~Init()
407 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker member in locale::id434 _M_index = 1 + __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, in _M_id()
76 _Atomic_word ios_base::Init::_S_refcount; member in ios_base::Init
453 static _Atomic_word _S_refcount; variable
538 static _Atomic_word _S_refcount;