HomeSort by relevance Sort by last modified time
    Searched refs:thread_summaries_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_thread_registry.cc 55 thread_summaries_[tid] = summary;
156 CHECK(thread_summaries_[tid]);
157 return thread_summaries_[tid];
163 AsanThread *t = thread_summaries_[tid]->thread();
174 AsanThread *t = thread_summaries_[tid]->thread();
asan_thread_registry.h 68 AsanThreadSummary *thread_summaries_[kMaxNumberOfThreads]; member in class:__asan::AsanThreadRegistry

Completed in 44 milliseconds