Searched refs:_Atomic_word (Results 26 - 50 of 67) sorted by relevance

123

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/powerpc/
H A Datomicity.h35 _Atomic_word
37 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
42 __atomic_add(volatile _Atomic_word* __mem, int __val)
H A Datomic_word.h33 typedef int _Atomic_word; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/s390/
H A Datomicity.h34 _Atomic_word
36 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
41 __atomic_add(volatile _Atomic_word* __mem, int __val)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/sparc/
H A Datomicity.h35 _Atomic_word
37 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
39 _Atomic_word __tmp1, __tmp2;
40 _Atomic_word __val_extended = __val;
55 __atomic_add(volatile _Atomic_word* __mem, int __val)
57 _Atomic_word __tmp1, __tmp2;
58 _Atomic_word __val_extended = __val;
83 _Atomic_word
85 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
87 _Atomic_word __resul
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/aix/
H A Datomicity.h38 The definition of _Atomic_word must match the type pointed to by
48 _Atomic_word
50 __exchange_and_add (volatile _Atomic_word* __mem, int __val)
57 __atomic_add (volatile _Atomic_word* __mem, int __val)
H A Datomic_word.h33 typedef int _Atomic_word; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Datomicity.h42 _Atomic_word
44 __exchange_and_add(volatile _Atomic_word* __mem, int __val);
48 __atomic_add(volatile _Atomic_word* __mem, int __val);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h33 _Atomic_word
35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
37 register _Atomic_word __result = *__mem;
38 register _Atomic_word __temp;
51 _Atomic_word
53 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
55 _Atomic_word __result;
80 _Atomic_word
82 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
84 _Atomic_word __resul
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h38 _Atomic_word
40 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
42 register _Atomic_word __result = *__mem;
43 register _Atomic_word __temp;
56 _Atomic_word
58 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
60 _Atomic_word __result;
85 _Atomic_word
87 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
89 _Atomic_word __resul
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i386/
H A Datomicity.h32 static volatile _Atomic_word _S_atomicity_lock;
36 volatile _Atomic_word _Atomicity_lock<__inst>::_S_atomicity_lock = 0;
38 template volatile _Atomic_word _Atomicity_lock<0>::_S_atomicity_lock;
40 _Atomic_word
42 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
44 register _Atomic_word __result, __tmp = 1;
67 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
H A Datomicity.h33 The definition of _Atomic_word must match the type pointed to by
43 _Atomic_word
45 __exchange_and_add (volatile _Atomic_word* __mem, int __val) throw ()
50 __atomic_add (volatile _Atomic_word* __mem, int __val) throw ()
H A Datomic_word.h28 typedef int _Atomic_word; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/cris/
H A Datomicity.h29 _Atomic_word
30 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
33 _Atomic_word __result;
83 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h45 _Atomic_word
47 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
50 _Atomic_word __result;
58 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/powerpc/
H A Datomic_word.h28 typedef int _Atomic_word; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/hppa/
H A Datomicity.h46 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
48 _Atomic_word result;
71 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/hppa/
H A Datomicity.h51 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
53 _Atomic_word result;
76 __atomic_add(volatile _Atomic_word* __mem, int __val)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/ia64/
H A Datomic_word.h30 typedef int _Atomic_word; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1_impl/
H A Dboost_sp_counted_base.h186 return const_cast<const volatile _Atomic_word&>(_M_use_count);
193 _Atomic_word _M_use_count; // #shared
194 _Atomic_word _M_weak_count; // #weak + (#shared != 0)
228 _Atomic_word __count;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/ia64/
H A Datomic_word.h35 typedef int _Atomic_word; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/shared_ptr/thread/
H A Ddefault_weaktoshared.cc54 static _Atomic_word counter;
65 _Atomic_word A::counter = 0;
H A Dmutex_weaktoshared.cc54 static _Atomic_word counter;
65 _Atomic_word A::counter = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/
H A Ddefault_weaktoshared.cc53 static _Atomic_word counter;
64 _Atomic_word A::counter = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dmt_allocator.cc283 _Atomic_word* const __reclaimed_base =
284 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads);
285 const _Atomic_word __reclaimed = __reclaimed_base[__thread_id];
370 _Atomic_word* const __reclaimed_base =
371 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads);
372 const _Atomic_word __reclaimed = __reclaimed_base[__thread_id];
583 + sizeof(_Atomic_word) * __max_threads);
585 + sizeof(_Atomic_word) * __max_threads));
777 sizeof(_Atomic_word) * __max_threads);
779 + sizeof(_Atomic_word) * __max_thread
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h125 static _Atomic_word _S_force_new;
193 _Atomic_word

Completed in 198 milliseconds

123