Searched refs:pthread_allocator (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_pthread_alloc.h97 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<_T
190 class _STLP_CLASS_DECLSPEC pthread_allocator<void> { class
205 operator ==(const pthread_allocator<_T1>&, const pthread_allocator<_T2>& a2) argument
211 operator !=(const pthread_allocator<_T1>&, const pthread_allocator<_T2>&) argument
[all...]

Completed in 83 milliseconds