Searched refs:ScopedRecursiveGuard (Results 1 – 2 of 2) sorted by relevance
244 class ScopedRecursiveGuard {246 ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = true; } in ScopedRecursiveGuard() function247 ~ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = false; } in ~ScopedRecursiveGuard()
230 ScopedRecursiveGuard SRG; in allocate()362 ScopedRecursiveGuard SRG; in deallocate()