Searched refs:ScopedRecursiveGuard (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h235 class ScopedRecursiveGuard { class in class:gwp_asan::GuardedPoolAllocator
237 ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = true; } function in class:gwp_asan::GuardedPoolAllocator::ScopedRecursiveGuard
238 ~ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = false; }
H A Dguarded_pool_allocator.cpp227 ScopedRecursiveGuard SRG;
359 ScopedRecursiveGuard SRG;

Completed in 157 milliseconds