Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h97 class pthread_allocator : public __stlport_class<pthread_allocator<_Tp> > {
110 typedef pthread_allocator<_NewType> other;
114 pthread_allocator() _STLP_NOTHROW {} in pthread_allocator() function
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {} in pthread_allocator() function
118 template <class _OtherType> pthread_allocator(const pthread_allocator<_OtherType>&) in pthread_allocator() function
122 ~pthread_allocator() _STLP_NOTHROW {} in ~pthread_allocator()
185 void _M_swap_workaround(pthread_allocator<_Tp>& __x) {} in _M_swap_workaround()
190 class _STLP_CLASS_DECLSPEC pthread_allocator<void> {
199 typedef pthread_allocator<_NewType> other;
205 inline bool operator==(const pthread_allocator<_T1>&,
[all …]