Searched defs:__state_type (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_pthread_alloc.h68 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc
73 static __state_type * _STLP_CALL _S_get_per_thread_state();
83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
279 typedef pthread_alloc::__state_type __state_type; typedef in class:per_thread_allocator
345 __state_type* _M_state;
/external/stlport/src/
H A Dallocators.cpp788 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc_impl
793 static char *_S_chunk_alloc(size_t __size, size_t &__nobjs, __state_type*);
809 static __state_type *_S_free_per_thread_states;
817 static __state_type *_S_new_per_thread_state();
820 static __state_type *_S_get_per_thread_state();
842 static void * allocate(size_t& __n, __state_type* __a);
845 static void deallocate(void *__p, size_t __n, __state_type* __a);
905 __state_type* __result;
907 if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key)))
994 __state_type* __
[all...]

Completed in 90 milliseconds