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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h24 void DescribeThread(AsanThreadContext *context);
25 static inline void DescribeThread(AsanThread *t) { function in namespace:__asan
26 if (t) DescribeThread(t->context());
H A Dasan_descriptions.cpp43 void DescribeThread(AsanThreadContext *context) { function in namespace:__asan
66 DescribeThread(parent_context);
409 DescribeThread(GetThreadContextByTidLocked(tid));
434 DescribeThread(GetCurrentThread());
435 if (free_thread) DescribeThread(free_thread);
436 DescribeThread(alloc_thread);
H A Dasan_report.cpp144 DescribeThread(GetCurrentThread());

Completed in 118 milliseconds