Searched refs:timer_thread (Results 1 – 1 of 1) sorted by relevance
209 static SDL_Thread *timer_thread = NULL; variable237 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()