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.cc804 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportDoubleFree() local
807 addr, curr_tid, in ReportDoubleFree()
808 ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportDoubleFree()
824 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportNewDeleteSizeMismatch() local
827 addr, curr_tid, in ReportNewDeleteSizeMismatch()
828 ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportNewDeleteSizeMismatch()
848 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportFreeNotMalloced() local
851 curr_tid, ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportFreeNotMalloced()
1181 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportGenericError() local
1186 access_size, (void*)addr, curr_tid, in ReportGenericError()
[all …]