Home
last modified time | relevance | path

Searched refs:RecursiveGuard (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_tls.h22 : RandomState(0xacd979ce), NextSampleCounter(0), RecursiveGuard(false) {} in ThreadLocalPackedVariables()
38 bool RecursiveGuard : 1; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h236 ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = true; } in ScopedRecursiveGuard()
237 ~ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = false; } in ~ScopedRecursiveGuard()
H A Dguarded_pool_allocator.cpp210 if (getThreadLocals()->RecursiveGuard) in allocate()
268 getThreadLocals()->RecursiveGuard = true; in stop()
299 if (!getThreadLocals()->RecursiveGuard) { in deallocate()