Home
last modified time | relevance | path

Searched refs:AllocTid (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_debugging.cc91 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()
93 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
Dasan_allocator.h58 uptr AllocTid();
Dasan_report.cc548 CHECK(chunk.AllocTid() != kInvalidTid); in DescribeHeapAddress()
551 GetThreadContextByTidLocked(chunk.AllocTid()); in DescribeHeapAddress()
Dasan_allocator.cc674 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } in AllocTid() function in __asan::AsanChunkView