VirtualBox

Changeset 19589 in vbox


Ignore:
Timestamp:
May 11, 2009 3:19:37 PM (16 years ago)
Author:
vboxsync
Message:

Added PDMCritSectGetRecursion

Location:
trunk/include
Files:
2 edited

Legend:

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

    r19469 r19589  
    6868VMMDECL(bool)   PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, VMCPUID idCpu);
    6969VMMDECL(bool)   PDMCritSectIsInitialized(PCPDMCRITSECT pCritSect);
     70VMMDECL(uint32_t) PDMCritSectGetRecursion(PCPDMCRITSECT pCritSect);
    7071VMMR3DECL(int)  PDMR3CritSectScheduleExitEvent(PPDMCRITSECT pCritSect, RTSEMEVENT EventToSignal);
    7172VMMR3DECL(int)  PDMR3CritSectDelete(PPDMCRITSECT pCritSect);
  • trunk/include/iprt/critsect.h

    r19568 r19589  
    287287}
    288288
     289#endif /* IN_RING3 */
    289290
    290291/**
     
    310311}
    311312
    312 #endif /* IN_RING3 */
    313313/** @} */
    314314
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