Searched refs:hotplug_thread (Results 1 – 1 of 1) sorted by relevance
114 pthread_t hotplug_thread; member2214 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()