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