HomeSort by relevance Sort by last modified time
    Searched full:timer_installed (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_systimer.c 102 static SDL_bool timer_installed=SDL_FALSE; variable
113 timer_installed = !SDL_AtariVblInstall(SDL_ThreadedTimerCheck);
116 if (!timer_installed) {
127 if (timer_installed) {
131 timer_installed = SDL_FALSE;

Completed in 470 milliseconds