VirtualBox

Changeset 81467 in vbox for trunk/src


Ignore:
Timestamp:
Oct 23, 2019 1:23:17 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134192
Message:

pdmdev.h: Added missing PDMDevHlpCritSectDelete. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r81466 r81467  
    29742974
    29752975/** @interface_method_impl{PDMDEVHLPR3,pfnCritSectDelete} */
    2976 static DECLCALLBACK(int) pdmR3DevHlp_CritSectDelete(PPDMDEVINS pDevIns, PCPDMCRITSECT pCritSect)
     2976static DECLCALLBACK(int) pdmR3DevHlp_CritSectDelete(PPDMDEVINS pDevIns, PPDMCRITSECT pCritSect)
    29772977{
    29782978    PDMDEV_ASSERT_DEVINS(pDevIns);
     
    51745174    pdmR3DevHlp_CritSectHasWaiters,
    51755175    pdmR3DevHlp_CritSectGetRecursion,
     5176    pdmR3DevHlp_CritSectDelete,
    51765177    pdmR3DevHlp_ThreadCreate,
    51775178    pdmR3DevHlp_SetAsyncNotification,
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