Home
last modified time | relevance | path

Searched refs:hotplug_thread (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/
A DSDL_pulseaudio.c669 static SDL_Thread *hotplug_thread = NULL; variable
737 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