Searched refs:g_updates (Results 1 – 1 of 1) sorted by relevance
58 static int g_fps = 0, g_updates = 0, g_skips = 0; variable204 if (int updates = g_updates) { in loop_once()205 g_updates = 0; in loop_once()298 g_updates++; // Fast but inaccurate counter. The data race here is benign. in next_frame()