Searched refs:ScopedErrorReportLock (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc96 ScopedErrorReportLock l;
232 ScopedErrorReportLock rl;
244 ScopedErrorReportLock::ScopedErrorReportLock() { function in class:__sanitizer::ScopedErrorReportLock
273 ScopedErrorReportLock::~ScopedErrorReportLock() {
278 void ScopedErrorReportLock::CheckLocked() {
H A Dsanitizer_allocator_report.cc38 ScopedErrorReportLock lock;
H A Dsanitizer_common.h191 class ScopedErrorReportLock { class in namespace:__sanitizer
193 ScopedErrorReportLock();
194 ~ScopedErrorReportLock();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc94 ScopedErrorReportLock l;
230 ScopedErrorReportLock rl;
242 ScopedErrorReportLock::ScopedErrorReportLock() { function in class:__sanitizer::ScopedErrorReportLock
271 ScopedErrorReportLock::~ScopedErrorReportLock() {
276 void ScopedErrorReportLock::CheckLocked() {
H A Dsanitizer_allocator_report.cc36 ScopedErrorReportLock lock;
H A Dsanitizer_common.h189 class ScopedErrorReportLock { class in namespace:__sanitizer
191 ScopedErrorReportLock();
192 ~ScopedErrorReportLock();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp102 ScopedErrorReportLock l;
250 ScopedErrorReportLock rl;
259 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};
260 StaticSpinMutex ScopedErrorReportLock::mutex_;
262 void ScopedErrorReportLock::Lock() {
291 void ScopedErrorReportLock::Unlock() {
296 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); }
H A Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
H A Dsanitizer_common.h239 class ScopedErrorReportLock { class in namespace:__sanitizer
241 ScopedErrorReportLock() ACQUIRE(mutex_) { Lock(); }
242 ~ScopedErrorReportLock() RELEASE(mutex_) { Unlock(); }
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_report.cc102 ScopedErrorReportLock l;
116 ScopedErrorReportLock l;
123 ScopedErrorReportLock l;
141 ScopedErrorReportLock l;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h249 ScopedErrorReportLock report_lock_;
259 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); }
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h247 ScopedErrorReportLock report_lock_;
257 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); }
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h245 ScopedErrorReportLock report_lock_;
255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); }
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cpp246 ScopedErrorReportLock l2;
463 { ScopedErrorReportLock l; }
493 ScopedErrorReportLock::Lock();
508 ScopedErrorReportLock::Unlock();
517 ScopedErrorReportLock::Unlock();
H A Dtsan_rtl.h391 ScopedErrorReportLock lock_;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc217 ScopedErrorReportLock l2;
445 { ScopedErrorReportLock l; }
H A Dtsan_rtl.h620 ScopedErrorReportLock lock_;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc215 ScopedErrorReportLock l2;
441 { ScopedErrorReportLock l; }
H A Dtsan_rtl.h616 ScopedErrorReportLock lock_;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_report.cc202 ScopedErrorReportLock error_report_lock_;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_report.cc200 ScopedErrorReportLock error_report_lock_;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_report.cpp205 ScopedErrorReportLock error_report_lock_;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp80 ScopedErrorReportLock error_report_lock_;

Completed in 398 milliseconds