Home
last modified time | relevance | path

Searched refs:ScopedInterceptorDisabler (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common.h127 struct ScopedInterceptorDisabler { struct
128 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument
129 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument
Dlsan_interceptors.cc251 ScopedInterceptorDisabler disabler; in INTERCEPTOR()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc567 __lsan::ScopedInterceptorDisabler disabler; in AsanInitInternal()
Dasan_interceptors.cc259 __lsan::ScopedInterceptorDisabler disabler; in INTERCEPTOR()