VirtualBox

Changeset 26209 in vbox for trunk/src/VBox/Runtime/r3/darwin


Ignore:
Timestamp:
Feb 3, 2010 4:54:41 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57234
Message:

IPRT: Added RTTimeSet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp

    r15870 r26209  
    9898
    9999
    100 /**
    101  * Gets the current nanosecond timestamp.
    102  *
    103  * This differs from RTTimeNanoTS in that it will use system APIs and not do any
    104  * resolution or performance optimizations.
    105  *
    106  * @returns nanosecond timestamp.
    107  */
    108100RTDECL(uint64_t) RTTimeSystemNanoTS(void)
    109101{
     
    112104
    113105
    114 /**
    115  * Gets the current millisecond timestamp.
    116  *
    117  * This differs from RTTimeNanoTS in that it will use system APIs and not do any
    118  * resolution or performance optimizations.
    119  *
    120  * @returns millisecond timestamp.
    121  */
    122106RTDECL(uint64_t) RTTimeSystemMilliTS(void)
    123107{
     
    126110
    127111
    128 /**
    129  * Gets the current system time.
    130  *
    131  * @returns pTime.
    132  * @param   pTime   Where to store the time.
    133  */
    134112RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)
    135113{
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