Searched refs:reporting_thread_tid_ (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ | ||
H A D | asan_report.cc | 643 if (reporting_thread_tid_ == current_tid || 644 reporting_thread_tid_ == kInvalidTid) { 708 reporting_thread_tid_ = kInvalidTid; 727 reporting_thread_tid_ = GetCurrentTidOrInvalid(); 733 static u32 reporting_thread_tid_; member in class:__asan::ScopedInErrorReport 738 u32 ScopedInErrorReport::reporting_thread_tid_; member in class:__asan::ScopedInErrorReport |
Completed in 202 milliseconds