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