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

  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/ext/
atomicity.h 49 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
58 __exchange_and_add(volatile _Atomic_word*, int) throw ();
83 return __exchange_and_add(__mem, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
atomicity.h 48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
57 __exchange_and_add(volatile _Atomic_word*, int) throw ();
82 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);
  /prebuilts/ndk/9/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
57 __exchange_and_add(volatile _Atomic_word*, int) throw ();
82 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
atomicity.h 48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
57 __exchange_and_add(volatile _Atomic_word*, int) throw ();
82 return __exchange_and_add(__mem, __val);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
atomicity.h 48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) function
57 __exchange_and_add(volatile _Atomic_word*, int) throw ();
82 return __exchange_and_add(__mem, __val);

Completed in 233 milliseconds