Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.h23 void DescribeThread(MemprofThreadContext *context);
24 inline void DescribeThread(MemprofThread *t) { in DescribeThread() function
26 DescribeThread(t->context()); in DescribeThread()
H A Dmemprof_descriptions.cpp43 void DescribeThread(MemprofThreadContext *context) { in DescribeThread() function
66 DescribeThread(parent_context); in DescribeThread()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h24 void DescribeThread(AsanThreadContext *context);
25 static inline void DescribeThread(AsanThread *t) { in DescribeThread() function
26 if (t) DescribeThread(t->context()); in DescribeThread()
H A Dasan_descriptions.cpp39 void DescribeThread(AsanThreadContext *context) { in Init()
69 DescribeThread(parent_context);
411 DescribeThread(GetThreadContextByTidLocked(tid));
436 DescribeThread(GetCurrentThread()); in Print()
437 if (free_thread) DescribeThread(free_thread); in Print()
438 DescribeThread(alloc_thread);
43 void DescribeThread(AsanThreadContext *context) { DescribeThread() function
H A Dasan_report.cpp147 DescribeThread(GetCurrentThread()); in ~ScopedInErrorReport()