Changeset 4592 in vbox
- Timestamp:
- Sep 7, 2007 4:35:17 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 24226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp
r4071 r4592 194 194 * that might occure at any point in the return path as well. 195 195 */ 196 for (int cTries = 100;;)196 for (int cTries = 50;;) 197 197 { 198 198 u64PrevNanoTS = ASMAtomicReadU64(&pVM->tm.s.u64VirtualRawPrev); … … 202 202 break; 203 203 AssertBreak(--cTries <= 0, ); 204 if (cTries < 25 && !VM_IS_EMT(pVM)) /* give up early */ 205 break; 204 206 } 205 207
Note:
See TracChangeset
for help on using the changeset viewer.