HomeSort by relevance Sort by last modified time
    Searched full:__atomic_add_dispatch (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
atomicity.h 45 // __atomic_add_dispatch
92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 228 __atomic_add_dispatch(&_S_force_new, 1);
230 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
atomicity.h 45 // __atomic_add_dispatch
92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 228 __atomic_add_dispatch(&_S_force_new, 1);
230 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 42 // __atomic_add_dispatch
89 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 212 __atomic_add_dispatch(&_S_force_new, 1);
214 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 42 // __atomic_add_dispatch
89 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 212 __atomic_add_dispatch(&_S_force_new, 1);
214 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
atomicity.h 42 // __atomic_add_dispatch
89 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 212 __atomic_add_dispatch(&_S_force_new, 1);
214 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
atomicity.h 42 // __atomic_add_dispatch
89 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 212 __atomic_add_dispatch(&_S_force_new, 1);
214 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 44 // __atomic_add_dispatch
91 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 214 __atomic_add_dispatch(&_S_force_new, 1);
216 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 44 // __atomic_add_dispatch
91 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 44 // __atomic_add_dispatch
91 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
atomicity.h 45 // __atomic_add_dispatch
92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
atomicity.h 45 // __atomic_add_dispatch
92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
atomicity.h 45 // __atomic_add_dispatch
93 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
pool_allocator.h 228 __atomic_add_dispatch(&_S_force_new, 1);
230 __atomic_add_dispatch(&_S_force_new, -1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 44 // __atomic_add_dispatch
92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
boost_sp_counted_base.h 130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }

Completed in 2064 milliseconds

1 2 3 4 5