HomeSort by: relevance | last modified time | path
    Searched refs:_Atomic_word (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/cris/
atomic_word.h 29 typedef int _Atomic_word __attribute__ ((__aligned__ (4)));
atomicity.h 31 _Atomic_word
32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
35 _Atomic_word __result;
85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/cris/
atomic_word.h 29 typedef int _Atomic_word __attribute__ ((__aligned__ (4)));
atomicity.h 31 _Atomic_word
32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
35 _Atomic_word __result;
85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
atomicity.h 63 inline _Atomic_word
65 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
70 __atomic_add(volatile _Atomic_word* __mem, int __val)
73 _Atomic_word
74 __exchange_and_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
77 __atomic_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
80 inline _Atomic_word
82 __exchange_and_add_single(_Atomic_word* __mem, int __val)
84 _Atomic_word __result = *__mem;
91 __atomic_add_single(_Atomic_word* __mem, int __val
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
atomicity.h 63 inline _Atomic_word
65 __exchange_and_add(volatile _Atomic_word* __mem, int __val)
70 __atomic_add(volatile _Atomic_word* __mem, int __val)
73 _Atomic_word
74 __exchange_and_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
77 __atomic_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
80 inline _Atomic_word
82 __exchange_and_add_single(_Atomic_word* __mem, int __val)
84 _Atomic_word __result = *__mem;
91 __atomic_add_single(_Atomic_word* __mem, int __val
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/sparc/
atomic_word.h 29 typedef long _Atomic_word;
31 typedef int _Atomic_word;
atomicity.h 32 _Atomic_word
34 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
36 _Atomic_word __tmp1, __tmp2;
37 _Atomic_word __val_extended = __val;
52 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
54 _Atomic_word __tmp1, __tmp2;
55 _Atomic_word __val_extended = __val;
80 _Atomic_word
82 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
84 _Atomic_word __result, __tmp
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/sparc/
atomic_word.h 29 typedef long _Atomic_word;
31 typedef int _Atomic_word;
atomicity.h 32 _Atomic_word
34 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
36 _Atomic_word __tmp1, __tmp2;
37 _Atomic_word __val_extended = __val;
52 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
54 _Atomic_word __tmp1, __tmp2;
55 _Atomic_word __val_extended = __val;
80 _Atomic_word
82 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
84 _Atomic_word __result, __tmp
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/
atomic_word.h 32 typedef int _Atomic_word;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/
atomicity.h 31 _Atomic_word
33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
35 register _Atomic_word __result;
44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/
atomic_word.h 32 typedef int _Atomic_word;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/
atomicity.h 31 _Atomic_word
33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
35 register _Atomic_word __result;
44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/m68k/
atomicity.h 35 _Atomic_word
37 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
39 register _Atomic_word __result = *__mem;
40 register _Atomic_word __temp;
56 _Atomic_word
58 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
60 _Atomic_word __result;
85 _Atomic_word
87 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
89 _Atomic_word __result
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/m68k/
atomicity.h 35 _Atomic_word
37 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
39 register _Atomic_word __result = *__mem;
40 register _Atomic_word __temp;
56 _Atomic_word
58 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
60 _Atomic_word __result;
85 _Atomic_word
87 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
89 _Atomic_word __result
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i386/
atomicity.h 34 static volatile _Atomic_word _S_atomicity_lock;
38 volatile _Atomic_word _Atomicity_lock<__inst>::_S_atomicity_lock = 0;
40 template volatile _Atomic_word _Atomicity_lock<0>::_S_atomicity_lock;
42 _Atomic_word
44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
46 register _Atomic_word __result, __tmp = 1;
69 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i386/
atomicity.h 34 static volatile _Atomic_word _S_atomicity_lock;
38 volatile _Atomic_word _Atomicity_lock<__inst>::_S_atomicity_lock = 0;
40 template volatile _Atomic_word _Atomicity_lock<0>::_S_atomicity_lock;
42 _Atomic_word
44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
46 register _Atomic_word __result, __tmp = 1;
69 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/
atomicity.h 33 _Atomic_word
35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/
atomicity.h 33 _Atomic_word
35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
atomicity.h 42 _Atomic_word
44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
47 _Atomic_word __result;
55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
atomicity.h 42 _Atomic_word
44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
47 _Atomic_word __result;
55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_atomics.h 46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
49 __eh_atomic_dec (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count)
66 __eh_atomic_dec (_Atomic_word* __count)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_atomics.h 46 __eh_atomic_inc (_Atomic_word* __count) __attribute__((always_inline));
49 __eh_atomic_dec (_Atomic_word* __count) __attribute__((always_inline));
53 __eh_atomic_inc (_Atomic_word* __count)
66 __eh_atomic_dec (_Atomic_word* __count)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/hppa/
atomicity.h 57 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw ()
59 _Atomic_word result;
82 __atomic_add(volatile _Atomic_word* __mem, int __val) throw ()

Completed in 30 milliseconds

1 2 3