Home | History | Annotate | Download | only in src

Lines Matching refs:__state_type

788   typedef _Pthread_alloc_per_thread_state __state_type;
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* __a;
1018 __state_type* __a;
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) {
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) {
1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a)
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a)