HomeSort by relevance Sort by last modified time
    Searched refs:_M_use_count (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 112 : _M_use_count(1), _M_weak_count(1) { }
118 // Called when _M_use_count drops to zero, to release the resources
133 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
145 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
146 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
148 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
199 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
206 _Atomic_word _M_use_count; // #shared
215 if (_M_use_count == 0)
217 ++_M_use_count;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 112 : _M_use_count(1), _M_weak_count(1) { }
118 // Called when _M_use_count drops to zero, to release the resources
133 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
145 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
146 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
148 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
199 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
206 _Atomic_word _M_use_count; // #shared
215 if (_M_use_count == 0)
217 ++_M_use_count;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 112 : _M_use_count(1), _M_weak_count(1) { }
118 // Called when _M_use_count drops to zero, to release the resources
133 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
145 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
146 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
148 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
199 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
206 _Atomic_word _M_use_count; // #shared
215 if (_M_use_count == 0)
217 ++_M_use_count;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 107 : _M_use_count(1), _M_weak_count(1) { }
113 // Called when _M_use_count drops to zero, to release the resources
128 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
137 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
191 return const_cast<const volatile _Atomic_word&>(_M_use_count);
198 _Atomic_word _M_use_count; // #shared
207 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
209 _M_use_count = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 107 : _M_use_count(1), _M_weak_count(1) { }
113 // Called when _M_use_count drops to zero, to release the resources
128 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
137 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
191 return const_cast<const volatile _Atomic_word&>(_M_use_count);
198 _Atomic_word _M_use_count; // #shared
207 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
209 _M_use_count = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 107 : _M_use_count(1), _M_weak_count(1) { }
113 // Called when _M_use_count drops to zero, to release the resources
128 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
137 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
191 return const_cast<const volatile _Atomic_word&>(_M_use_count);
198 _Atomic_word _M_use_count; // #shared
207 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
209 _M_use_count = 0
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 107 : _M_use_count(1), _M_weak_count(1) { }
113 // Called when _M_use_count drops to zero, to release the resources
128 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
137 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
191 return const_cast<const volatile _Atomic_word&>(_M_use_count);
198 _Atomic_word _M_use_count; // #shared
207 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
209 _M_use_count = 0
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 107 : _M_use_count(1), _M_weak_count(1) { }
113 // Called when _M_use_count drops to zero, to release the resources
128 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
137 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
191 return const_cast<const volatile _Atomic_word&>(_M_use_count);
198 _Atomic_word _M_use_count; // #shared
207 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
209 _M_use_count = 0
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 107 : _M_use_count(1), _M_weak_count(1) { }
113 // Called when _M_use_count drops to zero, to release the resources
128 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
137 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
191 return const_cast<const volatile _Atomic_word&>(_M_use_count);
198 _Atomic_word _M_use_count; // #shared
207 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
209 _M_use_count = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 110 : _M_use_count(1), _M_weak_count(1) { }
116 // Called when _M_use_count drops to zero, to release the resources
131 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
141 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
194 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
201 _Atomic_word _M_use_count; // #shared
210 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
212 _M_use_count = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 110 : _M_use_count(1), _M_weak_count(1) { }
116 // Called when _M_use_count drops to zero, to release the resources
131 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
141 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
194 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
201 _Atomic_word _M_use_count; // #shared
210 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
212 _M_use_count = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 110 : _M_use_count(1), _M_weak_count(1) { }
116 // Called when _M_use_count drops to zero, to release the resources
131 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
140 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
141 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
194 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
201 _Atomic_word _M_use_count; // #shared
210 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
212 _M_use_count = 0
    [all...]

Completed in 3425 milliseconds