Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common.h284 struct ScopedInterceptorDisabler { struct
285 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument
286 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument