HomeSort by: relevance | last modified time | path
    Searched refs:ScopedErrorReportLock (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_report.cc 96 ScopedErrorReportLock l;
232 ScopedErrorReportLock rl;
244 ScopedErrorReportLock::ScopedErrorReportLock() {
273 ScopedErrorReportLock::~ScopedErrorReportLock() {
278 void ScopedErrorReportLock::CheckLocked() {
sanitizer_allocator_report.cc 38 ScopedErrorReportLock lock;
sanitizer_common.h 191 class ScopedErrorReportLock {
193 ScopedErrorReportLock();
194 ~ScopedErrorReportLock();
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_report.cc 102 ScopedErrorReportLock l;
116 ScopedErrorReportLock l;
123 ScopedErrorReportLock l;
141 ScopedErrorReportLock l;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 249 ScopedErrorReportLock report_lock_;
259 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 217 ScopedErrorReportLock l2;
445 { ScopedErrorReportLock l; }
tsan_rtl.h 620 ScopedErrorReportLock lock_;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 202 ScopedErrorReportLock error_report_lock_;

Completed in 57 milliseconds