VirtualBox

Changeset 29137 in vbox


Ignore:
Timestamp:
May 6, 2010 11:46:31 AM (15 years ago)
Author:
vboxsync
Message:

AHCI: Clear the I/O thread handle after the thread was destroyed

File:
1 edited

Legend:

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

    r29080 r29137  
    65246524            AssertMsgFailed(("%s Failed to destroy async IO thread rc=%Rrc rcThread=%Rrc\n", __FUNCTION__, rc, rcThread));
    65256525
     6526        pAhciPort->pAsyncIOThread = NULL;
     6527
    65266528        rc = RTSemEventDestroy(pAhciPort->AsyncIORequestSem);
    65276529        if (RT_FAILURE(rc))
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