Searched refs:s_condJoystickThread (Results 1 – 1 of 1) sorted by relevance
64 static SDL_cond *s_condJoystickThread = NULL; variable240 SDL_CondWaitTimeout(s_condJoystickThread, s_mutexJoyStickEnum, 1000); in SDL_JoystickThread()304 s_condJoystickThread = SDL_CreateCond(); in WINDOWS_JoystickInit()539 SDL_CondBroadcast(s_condJoystickThread); /* signal the joystick thread to quit */ in WINDOWS_JoystickQuit()547 SDL_DestroyCond(s_condJoystickThread); in WINDOWS_JoystickQuit()548 s_condJoystickThread= NULL; in WINDOWS_JoystickQuit()
Completed in 3 milliseconds