Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dmt_allocator.cc72 _Thread_record* __tr = &freelist._M_thread_freelist_array[_M_id - 1]; in _M_destroy_thread_key() local
73 __tr->_M_next = freelist._M_thread_freelist; in _M_destroy_thread_key()
74 freelist._M_thread_freelist = __tr; in _M_destroy_thread_key()
515 _Thread_record& __tr = _M_thread_freelist[__i - 1]; in _M_initialize() local
516 __tr._M_next = &_M_thread_freelist[__i]; in _M_initialize()
517 __tr._M_id = __i; in _M_initialize()
708 _Thread_record& __tr = _M_thread_freelist[__i - 1]; in _M_initialize() local
709 __tr._M_next = &_M_thread_freelist[__i]; in _M_initialize()
710 __tr._M_id = __i; in _M_initialize()