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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 402 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
511 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
shared_ptr_base.h 133 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
170 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
171 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 402 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
511 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
171 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 395 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }
500 { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); }

Completed in 712 milliseconds

1 2 3