VirtualBox

Changeset 19469 in vbox for trunk


Ignore:
Timestamp:
May 7, 2009 9:06:35 AM (16 years ago)
Author:
vboxsync
Message:

Added PGMIsLocked & PDMCritSectIsLocked.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmcritsect.h

    r19439 r19469  
    6565VMMDECL(void)   PDMCritSectLeave(PPDMCRITSECT pCritSect);
    6666VMMDECL(bool)   PDMCritSectIsOwner(PCPDMCRITSECT pCritSect);
     67VMMDECL(bool)   PDMCritSectIsLocked(PCPDMCRITSECT pCritSect);
    6768VMMDECL(bool)   PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, VMCPUID idCpu);
    6869VMMDECL(bool)   PDMCritSectIsInitialized(PCPDMCRITSECT pCritSect);
  • trunk/include/VBox/pgm.h

    r19286 r19469  
    283283    (    (enmProt) == PGMROMPROT_READ_ROM_WRITE_IGNORE \
    284284      || (enmProt) == PGMROMPROT_READ_ROM_WRITE_RAM )
     285
     286VMMDECL(bool)       PGMIsLocked(PVM pVM);
    285287
    286288VMMDECL(int)        PGMRegisterStringFormatTypes(void);
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