Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dios_init.cc84 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()
Dlocale.cc407 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker member in locale::id
434 _M_index = 1 + __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, in _M_id()
Dios.cc76 _Atomic_word ios_base::Init::_S_refcount; member in ios_base::Init
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_classes.h453 static _Atomic_word _S_refcount; variable
Dios_base.h538 static _Atomic_word _S_refcount;