Searched defs:QuitTimer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp157 static Uint32 QuitTimer(Uint32 interval, void *param);
2628 gSdlQuitTimer = SDL_AddTimer(1000, QuitTimer, NULL);
5055 static Uint32 QuitTimer(Uint32 interval, void *param) function
5063 LogRel(("QuitTimer: rc=%d handled=%d\n", rc, fHandled));

Completed in 57 milliseconds