Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dwinvideo.hpp58 static int g_fps = 0, g_updates = 0, g_skips = 0; variable
204 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()