HomeSort by relevance Sort by last modified time
    Searched defs:__exchange_and_add (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
atomicity.h 45 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
54 __exchange_and_add(volatile _Atomic_word*, int);
79 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 45 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
54 __exchange_and_add(volatile _Atomic_word*, int);
79 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 45 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
54 __exchange_and_add(volatile _Atomic_word*, int);
79 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 45 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
54 __exchange_and_add(volatile _Atomic_word*, int);
79 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
atomicity.h 45 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
54 __exchange_and_add(volatile _Atomic_word*, int);
79 return __exchange_and_add(__mem, __val);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
atomicity.h 47 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
56 __exchange_and_add(volatile _Atomic_word*, int) throw ();
81 return __exchange_and_add(__mem, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
atomicity.h 47 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
56 __exchange_and_add(volatile _Atomic_word*, int) throw ();
81 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 47 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
56 __exchange_and_add(volatile _Atomic_word*, int) throw ();
81 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 47 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
56 __exchange_and_add(volatile _Atomic_word*, int) throw ();
81 return __exchange_and_add(__mem, __val);

Completed in 1121 milliseconds