- Timestamp:
- Oct 23, 2019 1:23:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134192
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r81466 r81467 2974 2974 2975 2975 /** @interface_method_impl{PDMDEVHLPR3,pfnCritSectDelete} */ 2976 static DECLCALLBACK(int) pdmR3DevHlp_CritSectDelete(PPDMDEVINS pDevIns, P CPDMCRITSECT pCritSect)2976 static DECLCALLBACK(int) pdmR3DevHlp_CritSectDelete(PPDMDEVINS pDevIns, PPDMCRITSECT pCritSect) 2977 2977 { 2978 2978 PDMDEV_ASSERT_DEVINS(pDevIns); … … 5174 5174 pdmR3DevHlp_CritSectHasWaiters, 5175 5175 pdmR3DevHlp_CritSectGetRecursion, 5176 pdmR3DevHlp_CritSectDelete, 5176 5177 pdmR3DevHlp_ThreadCreate, 5177 5178 pdmR3DevHlp_SetAsyncNotification,
Note:
See TracChangeset
for help on using the changeset viewer.