Searched refs:hotplug_thread (Results 1 – 1 of 1) sorted by relevance
669 static SDL_Thread *hotplug_thread = NULL; variable737 hotplug_thread = SDL_CreateThreadInternal(HotplugThread, "PulseHotplug", 256 * 1024, NULL); in PULSEAUDIO_DetectDevices()743 if (hotplug_thread) { in PULSEAUDIO_Deinitialize()745 SDL_WaitThread(hotplug_thread, NULL); in PULSEAUDIO_Deinitialize()746 hotplug_thread = NULL; in PULSEAUDIO_Deinitialize()
Completed in 5 milliseconds