Searched refs:hotplug_queue (Results 1 – 1 of 1) sorted by relevance
762 static auto& hotplug_queue = *new BlockingQueue<std::pair<libusb_hotplug_event, libusb_device*>>(); variable767 hotplug_queue.PopAll([](std::pair<libusb_hotplug_event, libusb_device*> pair) { in hotplug_thread()789 hotplug_queue.Push({event, device}); in hotplug_callback()