Searched refs:SDL_timer_mutex (Results 1 – 1 of 1) sorted by relevance
50 static SDL_mutex *SDL_timer_mutex; variable82 SDL_timer_mutex = SDL_CreateMutex(); in SDL_TimerInit()97 SDL_DestroyMutex(SDL_timer_mutex); in SDL_TimerQuit()98 SDL_timer_mutex = NULL; in SDL_TimerQuit()110 SDL_mutexP(SDL_timer_mutex); in SDL_ThreadedTimerCheck()130 SDL_mutexV(SDL_timer_mutex); in SDL_ThreadedTimerCheck()132 SDL_mutexP(SDL_timer_mutex); in SDL_ThreadedTimerCheck()162 SDL_mutexV(SDL_timer_mutex); in SDL_ThreadedTimerCheck()188 if ( ! SDL_timer_mutex ) { in SDL_AddTimer()200 SDL_mutexP(SDL_timer_mutex); in SDL_AddTimer()[all …]