Searched refs:ScopedRecursiveGuard (Results 1 – 2 of 2) sorted by relevance
234 class ScopedRecursiveGuard {236 ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = true; } in ScopedRecursiveGuard() function237 ~ScopedRecursiveGuard() { getThreadLocals()->RecursiveGuard = false; } in ~ScopedRecursiveGuard()
219 ScopedRecursiveGuard SRG; in allocate()307 ScopedRecursiveGuard SRG; in deallocate()