Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
DSDL_systimer.c209 static SDL_Thread *timer_thread = NULL; variable
237 timer_thread = SDL_CreateThread(RunTimer, NULL); in SDL_SYS_TimerInit()
238 if ( timer_thread == NULL ) in SDL_SYS_TimerInit()
250 if ( timer_thread ) { in SDL_SYS_TimerQuit()
251 SDL_WaitThread(timer_thread, NULL); in SDL_SYS_TimerQuit()
252 timer_thread = NULL; in SDL_SYS_TimerQuit()