Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c115 pthread_t hotplug_thread; member
2356 if (wsi->hotplug_thread) { in wsi_display_finish_wsi()
2357 pthread_cancel(wsi->hotplug_thread); in wsi_display_finish_wsi()
2358 pthread_join(wsi->hotplug_thread, NULL); in wsi_display_finish_wsi()
2930 if (!wsi->hotplug_thread) { in wsi_register_device_event()
2931 if (pthread_create(&wsi->hotplug_thread, NULL, udev_event_listener_thread, in wsi_register_device_event()