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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp155 static Uint32 StartupTimer(Uint32 interval, void *param);
2242 sdlTimer = SDL_AddTimer(100, StartupTimer, NULL);
4243 sdlTimer = SDL_AddTimer(100, StartupTimer, NULL);
5027 static Uint32 StartupTimer(Uint32 interval, void *param) function

Completed in 55 milliseconds