Searched refs:__atomic_add_dispatch (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | pool_allocator.h | 209 __atomic_add_dispatch(&_S_force_new, 1); in allocate() 211 __atomic_add_dispatch(&_S_force_new, -1); in allocate()
|
| D | atomicity.h | 94 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in __atomic_add_dispatch() function
|
| D | rc_string_base.h | 137 __atomic_add_dispatch(&_M_info._M_refcount, 1); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_classes.h | 402 { __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()
|
| D | ios_base.h | 479 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } in _M_add_reference()
|
| D | basic_string.h | 250 __gnu_cxx::__atomic_add_dispatch(&this->_M_refcount, 1); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | ios_init.cc | 123 __gnu_cxx::__atomic_add_dispatch(&_S_refcount, 1); in Init()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | boost_shared_ptr.h | 134 { __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()
|