Changeset 62644 in vbox for trunk/src/VBox/VMM/VMMR3/PDMCritSect.cpp
- Timestamp:
- Jul 28, 2016 9:40:25 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMCritSect.cpp
r62478 r62644 54 54 int pdmR3CritSectBothInitStats(PVM pVM) 55 55 { 56 RT_NOREF_PV(pVM); 56 57 STAM_REG(pVM, &pVM->pdm.s.StatQueuedCritSectLeaves, STAMTYPE_COUNTER, "/PDM/QueuedCritSectLeaves", STAMUNIT_OCCURENCES, 57 58 "Number of times a critical section leave request needed to be queued for ring-3 execution."); … … 154 155 if (pszName) 155 156 { 157 RT_SRC_POS_NOREF(); 156 158 #ifndef PDMCRITSECT_STRICT 157 159 pCritSect->Core.pValidatorRec = NULL; … … 246 248 pCritSect->Core.pValidatorRead = NULL; 247 249 pCritSect->Core.pValidatorWrite = NULL; 250 RT_SRC_POS_NOREF(); 248 251 #ifdef PDMCRITSECTRW_STRICT 249 252 # ifdef RT_LOCK_STRICT_ORDER
Note:
See TracChangeset
for help on using the changeset viewer.