Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/timer/
DSDL_timer.c31 int SDL_timer_started = 0; variable
60 if ( SDL_timer_started ) { in SDL_SetTimerThreaded()
75 if ( SDL_timer_started ) { in SDL_TimerInit()
85 SDL_timer_started = 1; in SDL_TimerInit()
100 SDL_timer_started = 0; in SDL_TimerQuit()
189 if ( SDL_timer_started ) { in SDL_AddTimer()
DSDL_timer_c.h30 extern int SDL_timer_started;