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

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 97 class pthread_allocator : public __stlport_class<pthread_allocator<_Tp> > { class in inherits:__stlport_class
110 typedef pthread_allocator<_NewType> other;
114 pthread_allocator() _STLP_NOTHROW {}
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {}
118 template <class _OtherType> pthread_allocator(const pthread_allocator<_OtherType>&)
122 ~pthread_allocator() _STLP_NOTHROW {}
185 void _M_swap_workaround(pthread_allocator<_Tp>& __x) {
190 class _STLP_CLASS_DECLSPEC pthread_allocator<void> { class
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 97 class pthread_allocator : public __stlport_class<pthread_allocator<_Tp> > { class in inherits:__stlport_class
110 typedef pthread_allocator<_NewType> other;
114 pthread_allocator() _STLP_NOTHROW {}
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {}
118 template <class _OtherType> pthread_allocator(const pthread_allocator<_OtherType>&)
122 ~pthread_allocator() _STLP_NOTHROW {}
185 void _M_swap_workaround(pthread_allocator<_Tp>& __x) {
190 class _STLP_CLASS_DECLSPEC pthread_allocator<void> { class
    [all...]

Completed in 58 milliseconds