VirtualBox

Ignore:
Timestamp:
May 18, 2009 1:23:45 PM (16 years ago)
Author:
vboxsync
Message:

Locking should not be required after all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAll.cpp

    r19784 r19785  
    349349}
    350350
    351 /**
    352  * Check if this VCPU currently owns the PDM lock.
    353  *
    354  * @returns bool owner/not owner
    355  * @param   pVM         The VM to operate on.
    356  */
    357 bool pdmIsLockOwner(PVM pVM)
    358 {
    359     return PDMCritSectIsOwner(&pVM->pdm.s.CritSect);
    360 }
    361 
    362351
    363352/**
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