VirtualBox

Ignore:
Timestamp:
Sep 15, 2010 10:12:38 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65880
Message:

SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed the RTTimer* API to the ring-0 modules. Fixed two regression from r65858 (TM + APIC).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r32036 r32504  
    269269        CookieReq.u.In.u32ReqVersion = SUPDRV_IOC_VERSION;
    270270        const uint32_t uMinVersion = (SUPDRV_IOC_VERSION & 0xffff0000) == 0x00150000
    271                                    ?  0x00150001
     271                                   ?  0x00150002
    272272                                   : SUPDRV_IOC_VERSION & 0xffff0000;
    273273        CookieReq.u.In.u32MinVersion = uMinVersion;
     
    454454        { "RTThreadSleep",                          0xefef0039 },
    455455        { "RTThreadYield",                          0xefef003a },
     456        { "RTTimerCreate",                          0xefef003a },
     457        { "RTTimerCreateEx",                        0xefef003a },
     458        { "RTTimerDestroy",                         0xefef003a },
     459        { "RTTimerStart",                           0xefef003a },
     460        { "RTTimerStop",                            0xefef003a },
     461        { "RTTimerGetSystemGranularity",            0xefef003a },
     462        { "RTTimerRequestSystemGranularity",        0xefef003a },
     463        { "RTTimerReleaseSystemGranularity",        0xefef003a },
     464        { "RTTimerCanDoHighResolution",             0xefef003a },
    456465        { "RTLogDefaultInstance",                   0xefef003b },
    457466        { "RTLogRelDefaultInstance",                0xefef003c },
Note: See TracChangeset for help on using the changeset viewer.

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