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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1_impl/
H A Dboost_sp_counted_base.h134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
163 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Datomicity.h42 // __atomic_add_dispatch
89 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
H A Dpool_allocator.h212 __atomic_add_dispatch(&_S_force_new, 1);
214 __atomic_add_dispatch(&_S_force_new, -1);
H A Drc_string_base.h132 __atomic_add_dispatch(&_M_info._M_refcount, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc119 __gnu_cxx::__atomic_add_dispatch(&_S_refcount, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h400 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
506 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
H A Dios_base.h481 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
H A Dbasic_string.h249 __gnu_cxx::__atomic_add_dispatch(&this->_M_refcount, 1);

Completed in 93 milliseconds