HomeSort by: relevance | last modified time | path
    Searched defs:ScopedInterceptorDisabler (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 158 struct ScopedInterceptorDisabler {
159 ScopedInterceptorDisabler() { DisableInThisThread(); }
160 ~ScopedInterceptorDisabler() { EnableInThisThread(); }
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.h 280 struct ScopedInterceptorDisabler {
281 ScopedInterceptorDisabler() { DisableInThisThread(); }
282 ~ScopedInterceptorDisabler() { EnableInThisThread(); }
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.h 177 struct ScopedInterceptorDisabler {
178 ScopedInterceptorDisabler() { DisableInThisThread(); }
179 ~ScopedInterceptorDisabler() { EnableInThisThread(); }

Completed in 68 milliseconds