Home
last modified time | relevance | path

Searched defs:ScopedInterceptorDisabler (Results 1 – 1 of 1) 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