Searched refs:_Pthread_alloc_per_thread_state (Results 1 – 2 of 2) sorted by relevance
765 struct _Pthread_alloc_per_thread_state { struct774 _Pthread_alloc_per_thread_state() : __next(0) in _Pthread_alloc_per_thread_state() argument780 _Pthread_alloc_per_thread_state *__next; argument788 typedef _Pthread_alloc_per_thread_state __state_type; argument853 void *_Pthread_alloc_per_thread_state::_M_refill(size_t __n) { in _M_refill()886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance; in _S_destructor()891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() { in _S_new_per_thread_state()894 _Pthread_alloc_per_thread_state *__result = _S_free_per_thread_states; in _S_new_per_thread_state()899 return new _Pthread_alloc_per_thread_state; in _S_new_per_thread_state()903 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_get_per_thread_state() { in _S_get_per_thread_state()[all …]
63 struct _Pthread_alloc_per_thread_state;68 typedef _Pthread_alloc_per_thread_state __state_type;