Changeset 54366 in vbox for trunk/src/VBox
- Timestamp:
- Feb 23, 2015 3:03:25 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp
r54365 r54366 2728 2728 break; 2729 2729 2730 /* Check for timeouts every so often (not every loop in case RDTSC is trapping or something). */ 2730 /* Check for timeouts every so often (not every loop in case RDTSC is 2731 trapping or something). Must check the first time around. */ 2731 2732 #if 0 /* For debugging the timeout paths. */ 2732 2733 static uint32_t volatile xxx; 2733 2734 #endif 2734 iSync2Loops++;2735 2735 if ( ( (iSync2Loops & 0x3ff) == 0 2736 2736 && ASMReadTSC() - pMySync->uTscStart > pMySync->cMaxTscTicks) … … 2748 2748 } 2749 2749 } 2750 iSync2Loops++; 2750 2751 } 2751 2752
Note:
See TracChangeset
for help on using the changeset viewer.