Home
last modified time | relevance | path

Searched defs:ScopedInterceptorDisabler (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.h158 struct ScopedInterceptorDisabler { struct
159 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument
160 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.h158 struct ScopedInterceptorDisabler { struct
159 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument
160 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.h177 struct ScopedInterceptorDisabler { struct
178 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument
179 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument