VirtualBox

Changeset 49814 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Dec 6, 2013 9:38:28 PM (11 years ago)
Author:
vboxsync
Message:

Devices/USB: First part of the rework, move most of the work to dedicated threads to improve performance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/UsbMsd.cpp

    r49093 r49814  
    12181218        Log(("usbMsdUrbReap/#%u: pUrb=%p:%s\n", pUsbIns->iInstance, pUrb, pUrb->pszDesc));
    12191219    return pUrb;
     1220}
     1221
     1222
     1223/**
     1224 * @copydoc PDMUSBREG::pfnWakeup
     1225 */
     1226static DECLCALLBACK(int) usbMsdWakeup(PPDMUSBINS pUsbIns)
     1227{
     1228    PUSBMSD pThis = PDMINS_2_DATA(pUsbIns, PUSBMSD);
     1229    LogFlow(("usbMsdUrbReap/#%u:\n", pUsbIns->iInstance));
     1230
     1231    return RTSemEventSignal(pThis->hEvtDoneQueue);
    12201232}
    12211233
     
    21622174    /* pfnUrbReap */
    21632175    usbMsdUrbReap,
     2176    /* pfnWakeup */
     2177    usbMsdWakeup,
    21642178    /* u32TheEnd */
    21652179    PDM_USBREG_VERSION
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette