Searched refs:DescribeThread (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_report.h31 void DescribeThread(AsanThreadSummary *summary);
H A Dasan_report.cc187 DescribeThread(t->summary());
206 void DescribeThread(AsanThreadSummary *summary) { function in namespace:__asan
220 DescribeThread(parent_summary);
261 DescribeThread(curr_thread->summary());
H A Dasan_allocator.cc612 DescribeThread(t->summary());
613 DescribeThread(free_thread);
614 DescribeThread(alloc_thread);
618 DescribeThread(t->summary());
619 DescribeThread(alloc_thread);

Completed in 63 milliseconds