Home
last modified time | relevance | path

Searched refs:__atomic_add_dispatch (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dpool_allocator.h209 __atomic_add_dispatch(&_S_force_new, 1); in allocate()
211 __atomic_add_dispatch(&_S_force_new, -1); in allocate()
Datomicity.h94 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in __atomic_add_dispatch() function
Drc_string_base.h137 __atomic_add_dispatch(&_M_info._M_refcount, 1); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_classes.h402 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } in _M_add_reference()
507 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } in _M_add_reference()
Dios_base.h479 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } in _M_add_reference()
Dbasic_string.h250 __gnu_cxx::__atomic_add_dispatch(&this->_M_refcount, 1); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dios_init.cc123 __gnu_cxx::__atomic_add_dispatch(&_S_refcount, 1); in Init()
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dboost_shared_ptr.h134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); } in _M_add_ref_copy()
158 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); } in _M_weak_add_ref()