VirtualBox

Changeset 81466 in vbox for trunk/src/VBox/VMM


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

pdmdev.h: Added missing PDMDevHlpCritSectDelete. bugref:9218

File:
1 edited

Legend:

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

    r81416 r81466  
    29702970    RT_NOREF(pDevIns);
    29712971    return PDMCritSectGetRecursion(pCritSect);
     2972}
     2973
     2974
     2975/** @interface_method_impl{PDMDEVHLPR3,pfnCritSectDelete} */
     2976static DECLCALLBACK(int) pdmR3DevHlp_CritSectDelete(PPDMDEVINS pDevIns, PCPDMCRITSECT pCritSect)
     2977{
     2978    PDMDEV_ASSERT_DEVINS(pDevIns);
     2979    RT_NOREF(pDevIns);
     2980    return PDMR3CritSectDelete(pCritSect);
    29722981}
    29732982
     
    46994708    pdmR3DevHlp_CritSectHasWaiters,
    47004709    pdmR3DevHlp_CritSectGetRecursion,
     4710    pdmR3DevHlp_CritSectDelete,
    47014711    pdmR3DevHlp_ThreadCreate,
    47024712    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