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

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_timer.h104 typedef struct _SDL_TimerID *SDL_TimerID;
/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer.c41 struct _SDL_TimerID { struct
46 struct _SDL_TimerID *next;
118 struct _SDL_TimerID timer;
168 t = (SDL_TimerID) SDL_malloc(sizeof(struct _SDL_TimerID));

Completed in 457 milliseconds