Changeset 19785 in vbox for trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
- Timestamp:
- May 18, 2009 1:23:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
r19784 r19785 349 349 } 350 350 351 /**352 * Check if this VCPU currently owns the PDM lock.353 *354 * @returns bool owner/not owner355 * @param pVM The VM to operate on.356 */357 bool pdmIsLockOwner(PVM pVM)358 {359 return PDMCritSectIsOwner(&pVM->pdm.s.CritSect);360 }361 362 351 363 352 /**
Note:
See TracChangeset
for help on using the changeset viewer.