VirtualBox

Changeset 9308 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Jun 2, 2008 3:08:15 PM (17 years ago)
Author:
vboxsync
Message:

Comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/timer-generic.cpp

    r8245 r9308  
    7272    /** The timer interval. 0 if one-shot. */
    7373    uint64_t                u64NanoInterval;
    74     /** The start of the current run.
     74    /** The start of the current run (ns).
    7575     * This is used to calculate when the timer ought to fire the next time. */
    7676    uint64_t volatile       u64StartTS;
    77     /** The start of the current run.
     77    /** The start of the current run (ns).
    7878     * This is used to calculate when the timer ought to fire the next time. */
    7979    uint64_t volatile       u64NextTS;
     
    263263#else
    264264                    pTimer->u64NextTS = u64NanoTS + RTTimerGetSystemGranularity() / 2;
    265 #endif 
     265#endif
    266266            }
    267267
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette