Searched refs:SDL_timer_running (Results 1 - 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer_c.h31 extern int SDL_timer_running;
H A DSDL_timer.c32 int SDL_timer_running = 0; variable
152 --SDL_timer_running;
176 ++SDL_timer_running;
180 printf("SDL_AddTimer(%d) = %08x num_timers = %d\n", interval, (Uint32)t, SDL_timer_running);
222 --SDL_timer_running;
229 printf("SDL_RemoveTimer(%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID());
254 if ( SDL_timer_running ) { /* Stop any currently running timer */
261 SDL_timer_running = 0;
265 SDL_timer_running = 0;
274 SDL_timer_running
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
H A DSDL_systimer.c53 if ( SDL_timer_running ) {
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c153 /* Don't need to do anything as we use SDL_timer_running
160 if (SDL_timer_running && SDL_GetTicks() - timerStart >= SDL_alarm_interval)
173 SDL_timer_running = 0;
193 if ( SDL_timer_running ) {
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
H A DSDL_systimer.c57 if ( SDL_timer_running ) {
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
H A DSDL_systimer.c62 if ( SDL_timer_running ) {
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
H A DSDL_systimer.cpp72 if (SDL_timer_running)
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimppoll.c88 if (SDL_timer_running) RISCOS_CheckTimer();
328 if (SDL_timer_running) RISCOS_CheckTimer();
H A DSDL_riscosevents.c95 if (SDL_timer_running) RISCOS_CheckTimer();
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c189 if ( SDL_timer_running ) {
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
H A DSDL_systimer.c200 if ( SDL_timer_running ) {
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c122 if ( SDL_timer_running ) {

Completed in 117 milliseconds