HomeSort by relevance Sort by last modified time
    Searched refs:AttachThread (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
vhci_instrument.h 54 // AttachThread is a background thread that responds to configuration
56 void AttachThread();
vhci_instrument.cpp 109 attach_thread_ = std::thread([this] { AttachThread(); });
153 void VHCIInstrument::AttachThread() {

Completed in 99 milliseconds