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

/external/stlport/src/
H A Dallocators.cpp763 // thread. That state is represented by _Pthread_alloc_per_thread_state.
765 struct _Pthread_alloc_per_thread_state { struct
774 _Pthread_alloc_per_thread_state() : __next(0) function in struct:_Pthread_alloc_per_thread_state
780 _Pthread_alloc_per_thread_state *__next;
788 typedef _Pthread_alloc_per_thread_state __state_type;
853 void *_Pthread_alloc_per_thread_state::_M_refill(size_t __n) {
886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance;
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() {
894 _Pthread_alloc_per_thread_state *__resul
[all...]
/external/stlport/stlport/stl/
H A D_pthread_alloc.h63 struct _Pthread_alloc_per_thread_state;
68 typedef _Pthread_alloc_per_thread_state __state_type;

Completed in 36 milliseconds