Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread_registry.cc54 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()
Dasan_thread_registry.h67 AsanThreadSummary *thread_summaries_[kMaxNumberOfThreads]; variable