Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/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.cpp43 void DescribeThread(AsanThreadContext *context) { in DescribeThread() function
66 DescribeThread(parent_context); in DescribeThread()
409 DescribeThread(GetThreadContextByTidLocked(tid)); in Print()
434 DescribeThread(GetCurrentThread()); in Print()
435 if (free_thread) DescribeThread(free_thread); in Print()
436 DescribeThread(alloc_thread); in Print()
H A Dasan_report.cpp147 DescribeThread(GetCurrentThread()); in ~ScopedInErrorReport()