HomeSort by relevance Sort by last modified time
    Searched refs:__state_type (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_pthread_alloc.h 68 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/
allocators.cpp 788 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)))
    [all...]

Completed in 4677 milliseconds