Searched refs:gCounter (Results 1 – 6 of 6) sorted by relevance
41 int gCounter; variable42 void count_construct ( void *p ) { ++gCounter; } in count_construct()43 void count_destruct ( void *p ) { --gCounter; } in count_destruct()114 gCounter = 0; in test_counted()125 if ( gCounter != 30 ) { in test_counted()127 std::cerr << " Expected 30, got " << gCounter << std::endl; in test_counted()131 gCounter = 0; in test_counted()140 if ( gCounter != 0 ) { in test_counted()142 std::cerr << " Expected 0, got " << gCounter << std::endl; in test_counted()
42 int gCounter; variable43 void count_construct ( void *p ) { ++gCounter; } in count_construct()44 void count_destruct ( void *p ) { --gCounter; } in count_destruct()
1 if (!gCounter) {4 var gCounter = 0; variable8 return "PROXY sideffect_" + gCounter++;
55 static int32_t gCounter; variable58 sk_atomic_inc(&gCounter); in FakeCreateTLS()63 sk_atomic_dec(&gCounter); in FakeDeleteTLS()79 REPORTER_ASSERT(reporter, 0 == gCounter); in DEF_TEST()
36 static int gCounter; variable44 SkDebugf("SkMask::AllocImage %d\n", gCounter++); in AllocImage()55 SkDebugf("SkMask::FreeImage %d\n", --gCounter); in FreeImage()
85 static int gCounter; variable90 gCounter += 1; in register_memset_count()92 if ((gCounter & 0xFF) == 0) { in register_memset_count()104 gCounter += 1; in register_memcpy_count()106 if ((gCounter & 0x1FF) == 0) { in register_memcpy_count()