Changeset 21399 in vbox for trunk/include/iprt/timer.h
- Timestamp:
- Jul 8, 2009 2:35:30 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49771
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/timer.h
r20374 r21399 231 231 * @param pvUser User argument. 232 232 * @param iTick The current timer tick. This is always 1 on the first 233 * callback after the timer was started. For omni timers234 * this will be 1 when a cpu comes back online.233 * callback after the timer was started. Will jump if we've 234 * skipped ticks when lagging behind. 235 235 */ 236 236 typedef DECLCALLBACK(void) FNRTTIMERLR(RTTIMERLR hTimerLR, void *pvUser, uint64_t iTick);
Note:
See TracChangeset
for help on using the changeset viewer.