Searched refs:FreeTid (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_debugging.cc61 if (chunk.FreeTid() == kInvalidTid) return 0;
63 if (thread_id) *thread_id = chunk.FreeTid();
H A Dasan_allocator.h63 uptr FreeTid() const;
H A Dasan_descriptions.cc169 descr->free_tid = chunk.FreeTid();
H A Dasan_allocator.cc815 uptr AsanChunkView::FreeTid() const { return chunk_->free_tid; } function in class:__asan::AsanChunkView
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_debugging.cc59 if (chunk.FreeTid() == kInvalidTid) return 0;
61 if (thread_id) *thread_id = chunk.FreeTid();
H A Dasan_allocator.h61 uptr FreeTid() const;
H A Dasan_descriptions.cc167 descr->free_tid = chunk.FreeTid();
H A Dasan_allocator.cc813 uptr AsanChunkView::FreeTid() const { return chunk_->free_tid; } function in class:__asan::AsanChunkView
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_debugging.cpp61 if (chunk.FreeTid() == kInvalidTid) return 0;
63 if (thread_id) *thread_id = chunk.FreeTid();
H A Dasan_allocator.h63 uptr FreeTid() const;
H A Dasan_descriptions.cpp167 descr->free_tid = chunk.FreeTid();
H A Dasan_allocator.cpp897 uptr AsanChunkView::FreeTid() const { function in class:__asan::AsanChunkView

Completed in 98 milliseconds