Searched refs:thread_summaries_ (Results 1 – 2 of 2) sorted by relevance
54 thread_summaries_[tid] = summary; in RegisterThread()136 CHECK(thread_summaries_[tid]); in FindByTid()137 return thread_summaries_[tid]; in FindByTid()143 AsanThread *t = thread_summaries_[tid]->thread(); in FindThreadByStackAddress()154 AsanThread *t = thread_summaries_[tid]->thread(); in UpdateAccumulatedStatsUnlocked()
67 AsanThreadSummary *thread_summaries_[kMaxNumberOfThreads]; variable