Home
last modified time | relevance | path

Searched refs:RunTimer (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
DSDL_systimer.c50 static int RunTimer(void *unused) in RunTimer() function
65 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
DSDL_systimer.c54 static int RunTimer(void *unused) in RunTimer() function
69 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
DSDL_systimer.c59 static int RunTimer(void *unused) in RunTimer() function
74 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
DSDL_systimer.cpp68 static int RunTimer(void *unused) in RunTimer() function
87 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
DSDL_systimer.c190 static int RunTimer(void *unused) in RunTimer() function
205 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
DSDL_systimer.c197 static int RunTimer(void *unused) in RunTimer() function
212 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
DSDL_systimer.c185 static int SDLCALL RunTimer(void *unused) in RunTimer() function
201 timer = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()