Searched refs:m_tid_to_tls_map (Results 1 – 2 of 2) sorted by relevance
59 m_pthread_getspecific_addr(), m_tid_to_tls_map(), m_dyld_image_infos(), in DynamicLoaderDarwin()1106 auto tid_pos = m_tid_to_tls_map.find(tid); in GetThreadLocalData()1107 if (tid_pos != m_tid_to_tls_map.end()) { in GetThreadLocalData()1143 m_tid_to_tls_map[tid].insert( in GetThreadLocalData()
232 ThreadIDToTLSMap m_tid_to_tls_map; variable