Searched refs:gCount (Results 1 – 4 of 4) sorted by relevance
74 const int gCount = gAutoDecoderCancelCount; in Validate() local76 if (gCount == 0) { in Validate()79 SkASSERT(gCount > 0); in Validate()88 SkASSERT(count <= gCount); in Validate()97 SkASSERT(count == gCount); in Validate()
49 static int32_t gCount = 0; variable56 return gCount; in getGlobalCount()83 gCount++; in Asset()98 gCount--; in ~Asset()
83 static volatile int32_t gCount = 0; variable147 return gCount; in getGlobalCount()155 int count = android_atomic_inc(&gCount)+1; in AssetManager()162 int count = android_atomic_dec(&gCount); in ~AssetManager()
1471 static volatile int32_t gCount = 0; variable