Lines Matching refs:gRecCounter
42 static int gRecCounter;43 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); }44 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); }