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

/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer.c49 static SDL_TimerID SDL_timers = NULL; variable
113 for ( prev = NULL, t = SDL_timers; t; t = next ) {
149 SDL_timers = next;
174 t->next = SDL_timers;
175 SDL_timers = t;
214 for (t = SDL_timers; t; prev=t, t = t->next ) {
219 SDL_timers = t->next;
256 while ( SDL_timers ) {
257 SDL_TimerID freeme = SDL_timers;
258 SDL_timers
[all...]

Completed in 277 milliseconds