Searched refs:SDL_SetTimerThreaded (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer_c.h40 extern int SDL_SetTimerThreaded(int value);
H A DSDL_timer.c56 int SDL_SetTimerThreaded(int value) function
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
H A DSDL_systimer.c68 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
H A DSDL_systimer.c72 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
H A DSDL_systimer.c77 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
H A DSDL_systimer.cpp90 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
H A DSDL_systimer.c131 return(SDL_SetTimerThreaded(1));
174 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
H A DSDL_systimer.c123 return(SDL_SetTimerThreaded(0));
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c208 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/
H A DSDL_systimer.c138 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c204 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
H A DSDL_systimer.c215 return(SDL_SetTimerThreaded(1));
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c139 SDL_SetTimerThreaded(0);
171 SDL_SetTimerThreaded(2);

Completed in 533 milliseconds