Searched refs:_S_global (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dlocale_init.cc104 _S_global->_M_add_reference();
105 _M_impl = _S_global;
115 __old = _S_global;
117 _S_global = __other._M_impl;
142 // One reference for _S_classic, one for _S_global
144 _S_global = _S_classic;
H A Dlocale.cc58 locale::_Impl* locale::_S_global; member in class:std::locale
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dlocale_init.cc212 // Checked locking to optimize the common case where _S_global
217 // - Otherwise, _S_global can and may be destroyed due to
219 // fall back to lock protected access to both _S_global and
221 _M_impl = _S_global;
227 _S_global->_M_add_reference();
228 _M_impl = _S_global;
239 __old = _S_global;
241 _S_global = __other._M_impl;
266 // One reference for _S_classic, one for _S_global
268 _S_global
[all...]
H A Dlocale.cc72 locale::_Impl* locale::_S_global; member in class:locale
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_classes.h292 static _Impl* _S_global; member in class:std::locale
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h285 static _Impl* _S_global; member in class:locale

Completed in 135 milliseconds