Changeset 87935 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 3, 2021 12:19:46 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r82968 r87935 137 137 return pdmCritSectEnterFirst(pCritSect, hNativeSelf, pSrcPos); 138 138 # ifdef IN_RING3 139 STAM_ COUNTER_INC(&pCritSect->s.StatContentionR3);140 # else 141 STAM_ COUNTER_INC(&pCritSect->s.StatContentionRZLock);139 STAM_REL_COUNTER_INC(&pCritSect->s.StatContentionR3); 140 # else 141 STAM_REL_COUNTER_INC(&pCritSect->s.StatContentionRZLock); 142 142 # endif 143 143
Note:
See TracChangeset
for help on using the changeset viewer.