class IOQueue

Defined at line 53 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

Public Methods

void Insert (std::unique_ptr<IOEntry> entry)

Defined at line 55 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

template <typename Callback>
void StartThread (Callback callback)

Defined at line 61 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

void Join ()

Defined at line 64 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

std::unique_ptr<IOEntry> Wait ()

Defined at line 68 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

void ~IOQueue ()

Defined at line 75 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h