Home
last modified time | relevance | path

Searched refs:_Thread_record (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc44 typedef __gnu_cxx::__pool<true>::_Thread_record _Thread_record; typedef
45 _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() typedef
85 _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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc44 typedef __gnu_cxx::__pool<true>::_Thread_record _Thread_record; typedef
45 _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() typedef
85 _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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h274 struct _Thread_record in _GLIBCXX_VISIBILITY() struct
277 _Thread_record* _M_next; in _GLIBCXX_VISIBILITY() argument
381 _Thread_record* _M_thread_freelist; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h274 struct _Thread_record in _GLIBCXX_VISIBILITY() struct
277 _Thread_record* _M_next; in _GLIBCXX_VISIBILITY() argument
381 _Thread_record* _M_thread_freelist; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20051544 rather than _Thread_record* in the thread specific value. Don't