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

/freebsd-12-stable/contrib/libstdc++/src/
H A Dios_init.cc84 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, 1) == 0)
123 __gnu_cxx::__atomic_add_dispatch(&_S_refcount, 1);
129 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, -1) == 2)
H A Dios.cc76 _Atomic_word ios_base::Init::_S_refcount; member in class:ios_base::Init
H A Dlocale.cc407 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker member in class:locale::id
434 _M_index = 1 + __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount,
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h453 static _Atomic_word _S_refcount; member in class:locale::id
H A Dios_base.h538 static _Atomic_word _S_refcount; member in class:ios_base::Init

Completed in 109 milliseconds