Searched refs:ALSA_hotplug_thread (Results 1 – 2 of 2) sorted by relevance
43 static SDL_Thread *ALSA_hotplug_thread; variable91 ALSA_hotplug_thread = SDL_CreateThread(ALSA_HotplugThread, "SDLHotplugALSA", semaphore); in AOS_DetectDevices()92 if (ALSA_hotplug_thread) { in AOS_DetectDevices()226 if (ALSA_hotplug_thread != NULL) { in AOS_Deinitialize()228 SDL_WaitThread(ALSA_hotplug_thread, NULL); in AOS_Deinitialize()229 ALSA_hotplug_thread = NULL; in AOS_Deinitialize()
780 static SDL_Thread *ALSA_hotplug_thread; variable948 ALSA_hotplug_thread = SDL_CreateThread(ALSA_HotplugThread, "SDLHotplugALSA", semaphore); in ALSA_DetectDevices()949 if (ALSA_hotplug_thread) { in ALSA_DetectDevices()959 if (ALSA_hotplug_thread != NULL) { in ALSA_Deinitialize()961 SDL_WaitThread(ALSA_hotplug_thread, NULL); in ALSA_Deinitialize()962 ALSA_hotplug_thread = NULL; in ALSA_Deinitialize()
Completed in 5 milliseconds