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