Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc780 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportDoubleFree() local
783 addr, curr_tid, in ReportDoubleFree()
784 ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportDoubleFree()
799 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportNewDeleteSizeMismatch() local
802 addr, curr_tid, in ReportNewDeleteSizeMismatch()
803 ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportNewDeleteSizeMismatch()
822 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportFreeNotMalloced() local
825 curr_tid, ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportFreeNotMalloced()
1099 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportGenericError() local
1104 access_size, (void*)addr, curr_tid, in ReportGenericError()
[all …]