Searched refs:ScopedCount (Results 1 – 1 of 1) sorted by relevance
28 struct ScopedCount { struct29 ScopedCount() { ++g_count; } in ScopedCount() argument30 ~ScopedCount() { --g_count; } in ~ScopedCount() argument40 ScopedCount c; in ThreadFunc()