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

/external/compiler-rt/lib/asan/
H A Dasan_thread_registry.cc54 thread_summaries_[tid] = summary;
136 CHECK(thread_summaries_[tid]);
137 return thread_summaries_[tid];
143 AsanThread *t = thread_summaries_[tid]->thread();
154 AsanThread *t = thread_summaries_[tid]->thread();
H A Dasan_thread_registry.h67 AsanThreadSummary *thread_summaries_[kMaxNumberOfThreads]; member in class:__asan::AsanThreadRegistry

Completed in 30 milliseconds