Changeset 21161 in vbox for trunk/src/VBox/VMM/PDMInternal.h
- Timestamp:
- Jul 2, 2009 1:52:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMInternal.h
r21159 r21161 230 230 /** R3 lock contention. */ 231 231 STAMCOUNTER StatContentionR3; 232 #ifdef VBOX_WITH_STATISTICS233 232 /** Profiling the time the section is locked. */ 234 233 STAMPROFILEADV StatLocked; 235 #endif236 234 } PDMCRITSECTINT; 237 235 typedef PDMCRITSECTINT *PPDMCRITSECTINT;
Note:
See TracChangeset
for help on using the changeset viewer.