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