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()
212 ScopedRecursiveGuard SRG; in allocate()300 ScopedRecursiveGuard SRG; in deallocate()