Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp765 struct _Pthread_alloc_per_thread_state { struct
774 _Pthread_alloc_per_thread_state() : __next(0) in _Pthread_alloc_per_thread_state() argument
780 _Pthread_alloc_per_thread_state *__next; argument
788 typedef _Pthread_alloc_per_thread_state __state_type; argument
853 void *_Pthread_alloc_per_thread_state::_M_refill(size_t __n) { in _M_refill()
886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance; in _S_destructor()
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() { in _S_new_per_thread_state()
894 _Pthread_alloc_per_thread_state *__result = _S_free_per_thread_states; in _S_new_per_thread_state()
899 return new _Pthread_alloc_per_thread_state; in _S_new_per_thread_state()
903 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_get_per_thread_state() { in _S_get_per_thread_state()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h63 struct _Pthread_alloc_per_thread_state;
68 typedef _Pthread_alloc_per_thread_state __state_type;