HomeSort by relevance Sort by last modified time
    Searched refs:AllocTid (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_debugging.cc 91 if (chunk.AllocTid() == kInvalidTid) return 0;
93 if (thread_id) *thread_id = chunk.AllocTid();
asan_allocator.h 58 uptr AllocTid();
asan_report.cc 548 CHECK(chunk.AllocTid() != kInvalidTid);
551 GetThreadContextByTidLocked(chunk.AllocTid());
    [all...]
asan_allocator.cc 674 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; }

Completed in 2992 milliseconds