Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c114 pthread_t hotplug_thread; member
2214 if (wsi->hotplug_thread) { in wsi_display_finish_wsi()
2215 pthread_cancel(wsi->hotplug_thread); in wsi_display_finish_wsi()
2216 pthread_join(wsi->hotplug_thread, NULL); in wsi_display_finish_wsi()
2788 if (!wsi->hotplug_thread) { in wsi_register_device_event()
2789 if (pthread_create(&wsi->hotplug_thread, NULL, udev_event_listener_thread, in wsi_register_device_event()