Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_descriptions.h25 void DescribeThread(AsanThreadContext *context);
26 static inline void DescribeThread(AsanThread *t) { in DescribeThread() function
27 if (t) DescribeThread(t->context()); in DescribeThread()
H A Dasan_descriptions.cc44 void DescribeThread(AsanThreadContext *context) { in DescribeThread() function
67 DescribeThread(parent_context); in DescribeThread()
410 DescribeThread(GetThreadContextByTidLocked(tid)); in Print()
435 DescribeThread(GetCurrentThread()); in Print()
436 if (free_thread) DescribeThread(free_thread); in Print()
437 DescribeThread(alloc_thread); in Print()
H A Dasan_report.cc145 DescribeThread(GetCurrentThread()); in ~ScopedInErrorReport()