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

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
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);
126 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_S_refcount);
127 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, -1) == 2)
129 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_S_refcount);
H A Dlocale.cc468 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker member in class:locale::id
495 _M_index = 1 + __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount,
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc72 _Atomic_word ios_base::Init::_S_refcount; member in class:ios_base::Init
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h494 static _Atomic_word _S_refcount; member in class:locale::id
H A Dios_base.h609 static _Atomic_word _S_refcount; member in class:io_errc::ios_base::Init

Completed in 112 milliseconds