VirtualBox

Changeset 7109 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 25, 2008 2:38:50 PM (17 years ago)
Author:
vboxsync
Message:

Added TMTimerSetNano and TMTimerSetMicro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/tm.h

    r5999 r7109  
    434434 */
    435435TMDECL(int) TMTimerSetMillies(PTMTIMER pTimer, uint32_t cMilliesToNext);
     436TMDECL(int) TMTimerSetMicro(PTMTIMER pTimer, uint64_t cMicrosToNext);
     437TMDECL(int) TMTimerSetNano(PTMTIMER pTimer, uint64_t cNanosToNext);
    436438
    437439/**
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