Changeset 7109 in vbox for trunk/include/VBox
- Timestamp:
- Feb 25, 2008 2:38:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tm.h
r5999 r7109 434 434 */ 435 435 TMDECL(int) TMTimerSetMillies(PTMTIMER pTimer, uint32_t cMilliesToNext); 436 TMDECL(int) TMTimerSetMicro(PTMTIMER pTimer, uint64_t cMicrosToNext); 437 TMDECL(int) TMTimerSetNano(PTMTIMER pTimer, uint64_t cNanosToNext); 436 438 437 439 /**
Note:
See TracChangeset
for help on using the changeset viewer.