Searched refs:alloc_thread (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_descriptions.cpp | 416 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print() local 428 AsanThreadIdAndName(alloc_thread).c_str(), d.Default()); in Print() 431 AsanThreadIdAndName(alloc_thread).c_str(), d.Default()); in Print() 436 DescribeThread(alloc_thread); in Print()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 550 AsanThreadContext *alloc_thread = in DescribeHeapAddress() local 565 d.Allocation(), alloc_thread->tid, in DescribeHeapAddress() 566 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress() 570 alloc_thread->tid, in DescribeHeapAddress() 571 ThreadNameWithParenthesis(alloc_thread, tname, sizeof(tname)), in DescribeHeapAddress() 578 DescribeThread(alloc_thread); in DescribeHeapAddress()
|