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

/external/stlport/src/
H A Dallocators.cpp820 static __state_type *_S_get_per_thread_state();
903 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_get_per_thread_state() { function in class:_Pthread_alloc_impl
1001 __a = _S_get_per_thread_state();
1025 __a = _S_get_per_thread_state();
1112 _Pthread_alloc_per_thread_state* _STLP_CALL _Pthread_alloc::_S_get_per_thread_state() function in class:_Pthread_alloc
1113 { return _Pthread_alloc_impl::_S_get_per_thread_state(); }

Completed in 203 milliseconds