Searched refs:_Thread_record (Results 1 – 5 of 5) sorted by relevance
44 typedef __gnu_cxx::__pool<true>::_Thread_record _Thread_record; typedef45 _Thread_record* _M_thread_freelist;46 _Thread_record* _M_thread_freelist_array;84 typedef __gnu_cxx::__pool<true>::_Thread_record _Thread_record; in _M_destroy_thread_key() typedef85 _Thread_record* __tr = &freelist._M_thread_freelist_array[_M_id - 1]; in _M_destroy_thread_key()522 const size_t __k = sizeof(_Thread_record) in _M_initialize()525 _M_thread_freelist = static_cast<_Thread_record*>(__v); in _M_initialize()532 _Thread_record& __tr = _M_thread_freelist[__i - 1]; in _M_initialize()551 _Thread_record* _M_old_freelist in _M_initialize()553 _Thread_record* _M_old_array in _M_initialize()[all …]
274 struct _Thread_record in _GLIBCXX_VISIBILITY() struct277 _Thread_record* _M_next; in _GLIBCXX_VISIBILITY() argument381 _Thread_record* _M_thread_freelist; in _GLIBCXX_VISIBILITY()
1544 rather than _Thread_record* in the thread specific value. Don't