HomeSort by: relevance | last modified time | path
    Searched refs:AllocTid (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_debugging.cc 57 if (chunk.AllocTid() == kInvalidTid) return 0;
59 if (thread_id) *thread_id = chunk.AllocTid();
asan_allocator.h 62 uptr AllocTid() const;
asan_descriptions.cc 166 CHECK_NE(chunk.AllocTid(), kInvalidTid);
167 descr->alloc_tid = chunk.AllocTid();
asan_allocator.cc 814 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; }

Completed in 13 milliseconds