Changeset 5547 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 29, 2007 3:37:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesupref.h
r5521 r5547 152 152 */ 153 153 pData->cUpdateRaces++; 154 for ( ;;)154 for (int cTries = 25; cTries > 0; cTries--) 155 155 { 156 156 u64PrevNanoTS = ASMAtomicReadU64(pData->pu64Prev);
Note:
See TracChangeset
for help on using the changeset viewer.