HomeSort by: relevance | last modified time | path
    Searched defs:ScopedErrorReportLock (Results 1 - 2 of 2) 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_common.h 191 class ScopedErrorReportLock {
193 ScopedErrorReportLock();
194 ~ScopedErrorReportLock();

Completed in 12 milliseconds