Changeset 88562 in vbox
- Timestamp:
- Apr 16, 2021 12:18:03 PM (3 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
-
VMMAll/PDMAll.cpp (modified) (1 diff)
-
include/PDMInternal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
r84826 r88562 308 308 309 309 /** 310 * Checks if this thread is owning the PDM lock. 311 * 312 * @returns @c true if the lock is taken, @c false otherwise. 313 * @param pVM The cross context VM structure. 314 */ 315 bool pdmLockIsOwner(PCVMCC pVM) 316 { 317 return PDMCritSectIsOwner(&pVM->pdm.s.CritSect); 318 } 319 320 321 /** 310 322 * Converts ring 3 VMM heap pointer to a guest physical address 311 323 * -
trunk/src/VBox/VMM/include/PDMInternal.h
r88153 r88562 1670 1670 int pdmLockEx(PVMCC pVM, int rc); 1671 1671 void pdmUnlock(PVMCC pVM); 1672 bool pdmLockIsOwned(PCVMCC pVM); 1672 1673 1673 1674 #if defined(VBOX_WITH_IOMMU_AMD) || defined(VBOX_WITH_IOMMU_INTEL)
Note:
See TracChangeset
for help on using the changeset viewer.

