Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc451 static u32 reporting_thread_tid; in ScopedInErrorReport() local
459 if (current_tid != reporting_thread_tid) { in ScopedInErrorReport()
476 reporting_thread_tid = GetCurrentTidOrInvalid(); in ScopedInErrorReport()
479 if (reporting_thread_tid != kInvalidTid) { in ScopedInErrorReport()