Searched refs:_Atomic_word (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Datomicity.h49 static inline _Atomic_word
50 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
54 __atomic_add(volatile _Atomic_word* __mem, int __val)
57 _Atomic_word
59 __exchange_and_add(volatile _Atomic_word*, int);
63 __atomic_add(volatile _Atomic_word*, int);
66 static inline _Atomic_word
67 __exchange_and_add_single(_Atomic_word* __mem, int __val)
69 _Atomic_word __result = *__mem;
75 __atomic_add_single(_Atomic_word* __me
[all...]
H A Dpool_allocator.h129 static _Atomic_word _S_force_new;
190 _Atomic_word
H A Drc_string_base.h121 _Atomic_word _M_refcount;
/macosx-10.10/libstdcxx-104.1/src/
H A Datomicity.cc40 _Atomic_word
42 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
47 __atomic_add(volatile _Atomic_word* __mem, int __val)
H A Dmt_allocator.cc275 _Atomic_word* const __reclaimed_base =
276 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads);
277 const _Atomic_word __reclaimed = __reclaimed_base[__thread_id];
362 _Atomic_word* const __reclaimed_base =
363 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads);
364 const _Atomic_word __reclaimed = __reclaimed_base[__thread_id];
574 + sizeof(_Atomic_word) * __max_threads);
576 + sizeof(_Atomic_word) * __max_threads));
766 sizeof(_Atomic_word) * __max_threads);
768 + sizeof(_Atomic_word) * __max_thread
[all...]
H A Dios.cc76 _Atomic_word ios_base::Init::_S_refcount;
108 static _Atomic_word _S_top = 0;
H A Dlocale.cc407 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Datomic_word.h37 typedef int _Atomic_word; typedef
H A Dlocale_classes.h348 mutable _Atomic_word _M_refcount;
453 static _Atomic_word _S_refcount;
492 _Atomic_word _M_refcount;
H A Dios_base.h472 _Atomic_word _M_refcount; // 0 means one reference.
538 static _Atomic_word _S_refcount;
H A Dbasic_string.h151 _Atomic_word _M_refcount;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dboost_shared_ptr.h181 _Atomic_word _M_use_count; // #shared
182 _Atomic_word _M_weak_count; // #weak + (#shared != 0)
218 _Atomic_word __count;

Completed in 236 milliseconds