Home
last modified time | relevance | path

Searched defs:ScopedCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_test.cc28 struct ScopedCount { struct
29 ScopedCount() { ++g_count; } in ScopedCount() argument
30 ~ScopedCount() { --g_count; } in ~ScopedCount()