Home
last modified time | relevance | path

Searched refs:sGlobalCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DCommonPoolTests.cpp147 static std::atomic_int sGlobalCount; member in ObjectTracker
151 sGlobalCount++; in ObjectTracker()
154 sGlobalCount++; in ObjectTracker()
157 sGlobalCount++; in ObjectTracker()
160 sGlobalCount--; in ~ObjectTracker()
163 static int count() { return sGlobalCount.load(); } in count()
166 std::atomic_int ObjectTracker::sGlobalCount{0};