Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h127 struct ScopedInterceptorDisabler { struct
128 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() function
129 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.h173 struct ScopedInterceptorDisabler { struct
174 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() function
175 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument