Searched refs:_S_refcount (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc80 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, 1) == 0)
119 __gnu_cxx::__atomic_add_dispatch(&_S_refcount, 1);
125 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, -1) == 2)
H A Dios.cc72 _Atomic_word ios_base::Init::_S_refcount; member in class:ios_base::Init
H A Dlocale.cc408 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker member in class:locale::id
435 _M_index = 1 + __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc85 if (__gnu_cxx::__exchange_and_add(&_S_refcount, 1) == 0)
120 __gnu_cxx::__atomic_add(&_S_refcount, 1);
126 if (__gnu_cxx::__exchange_and_add(&_S_refcount, -1) == 2)
H A Dios.cc77 _Atomic_word ios_base::Init::_S_refcount; member in class:std::ios_base::Init
H A Dlocale.cc394 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker member in class:std::locale::id
400 _M_index = 1 + __gnu_cxx::__exchange_and_add(&_S_refcount, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_classes.h454 static _Atomic_word _S_refcount; member in class:std::locale::id
H A Dios_base.h538 static _Atomic_word _S_refcount; member in class:std::ios_base::Init
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h452 static _Atomic_word _S_refcount; member in class:locale::id
H A Dios_base.h540 static _Atomic_word _S_refcount; member in class:ios_base::Init

Completed in 72 milliseconds