VirtualBox

Changeset 38944 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Oct 5, 2011 2:03:53 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74310
Message:

PDMCritSectLeave: Indicate whether it was a nested exit or a real one.

File:
1 edited

Legend:

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

    r37582 r38944  
    5858VMMDECL(int)        PDMCritSectTryEnterDebug(PPDMCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
    5959VMMR3DECL(int)      PDMR3CritSectEnterEx(PPDMCRITSECT pCritSect, bool fCallRing3);
    60 VMMDECL(void)       PDMCritSectLeave(PPDMCRITSECT pCritSect);
     60VMMDECL(int)        PDMCritSectLeave(PPDMCRITSECT pCritSect);
    6161VMMDECL(bool)       PDMCritSectIsOwner(PCPDMCRITSECT pCritSect);
    6262VMMDECL(bool)       PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, PVMCPU pVCpu);
Note: See TracChangeset for help on using the changeset viewer.

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