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

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 109 : _M_use_count(1), _M_weak_count(1) { }
115 // Called when _M_use_count drops to zero, to release the resources
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
182 return const_cast<const volatile _Atomic_word&>(_M_use_count);
189 _Atomic_word _M_use_count; // #shared
198 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
200 _M_use_count = 0;
211 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
213 _M_use_count = 0
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 109 : _M_use_count(1), _M_weak_count(1) { }
115 // Called when _M_use_count drops to zero, to release the resources
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
182 return const_cast<const volatile _Atomic_word&>(_M_use_count);
189 _Atomic_word _M_use_count; // #shared
198 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
200 _M_use_count = 0;
211 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
213 _M_use_count = 0
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 109 : _M_use_count(1), _M_weak_count(1) { }
115 // Called when _M_use_count drops to zero, to release the resources
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
182 return const_cast<const volatile _Atomic_word&>(_M_use_count);
189 _Atomic_word _M_use_count; // #shared
198 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
200 _M_use_count = 0;
211 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
213 _M_use_count = 0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
boost_sp_counted_base.h 109 : _M_use_count(1), _M_weak_count(1) { }
115 // Called when _M_use_count drops to zero, to release the resources
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
182 return const_cast<const volatile _Atomic_word&>(_M_use_count);
189 _Atomic_word _M_use_count; // #shared
198 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
200 _M_use_count = 0;
211 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
213 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 113 : _M_use_count(1), _M_weak_count(1) { }
119 // Called when _M_use_count drops to zero, to release the resources
134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
144 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
146 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
197 return const_cast<const volatile _Atomic_word&>(_M_use_count);
204 _Atomic_word _M_use_count; // #shared
213 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
215 _M_use_count = 0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 114 : _M_use_count(1), _M_weak_count(1) { }
120 // Called when _M_use_count drops to zero, to release the resources
135 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
144 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
145 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
147 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
198 return const_cast<const volatile _Atomic_word&>(_M_use_count);
205 _Atomic_word _M_use_count; // #shared
214 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
216 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 113 : _M_use_count(1), _M_weak_count(1) { }
119 // Called when _M_use_count drops to zero, to release the resources
134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
144 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
146 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
197 return const_cast<const volatile _Atomic_word&>(_M_use_count);
204 _Atomic_word _M_use_count; // #shared
213 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
215 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 114 : _M_use_count(1), _M_weak_count(1) { }
120 // Called when _M_use_count drops to zero, to release the resources
135 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
144 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
145 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
147 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
198 return const_cast<const volatile _Atomic_word&>(_M_use_count);
205 _Atomic_word _M_use_count; // #shared
214 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
216 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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); }
142 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
143 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
145 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
196 return const_cast<const volatile _Atomic_word&>(_M_use_count);
203 _Atomic_word _M_use_count; // #shared
212 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
214 _M_use_count = 0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 113 : _M_use_count(1), _M_weak_count(1) { }
119 // Called when _M_use_count drops to zero, to release the resources
134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
144 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
146 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
197 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
204 _Atomic_word _M_use_count; // #shared
213 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
215 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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); }
142 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
143 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
145 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
196 return const_cast<const volatile _Atomic_word&>(_M_use_count);
203 _Atomic_word _M_use_count; // #shared
212 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
214 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 113 : _M_use_count(1), _M_weak_count(1) { }
119 // Called when _M_use_count drops to zero, to release the resources
134 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
143 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_use_count);
144 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
146 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_use_count);
197 return __atomic_load_n(&_M_use_count, __ATOMIC_RELAXED);
204 _Atomic_word _M_use_count; // #shared
213 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, 1) == 0)
215 _M_use_count = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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 1083 milliseconds