Searched refs:__exchange_and_add_dispatch (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dios_init.cc92 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, 0) == 0)
149 __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, 1);
154 if (__gnu_cxx::__exchange_and_add_dispatch(&_S_refcount, -1) == 2)
H A Dios.cc109 return __gnu_cxx::__exchange_and_add_dispatch(&_S_top, 1) + 4;
H A Dlocale.cc434 _M_index = 1 + __gnu_cxx::__exchange_and_add_dispatch(&_S_refcount,
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Datomicity.h46 // __exchange_and_add_dispatch
80 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) function
H A Drc_string_base.h207 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount,
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_classes.h407 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
515 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1) == 1)
H A Dios_base.h484 { return __gnu_cxx::__exchange_and_add_dispatch(&_M_refcount, -1); }
H A Dbasic_string.h236 if (__gnu_cxx::__exchange_and_add_dispatch(&this->_M_refcount,
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dboost_shared_ptr.h142 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count,
150 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_weak_count,
163 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_weak_count, -1) == 1)
190 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
204 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)

Completed in 94 milliseconds