VirtualBox

Changeset 21546 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 13, 2009 3:49:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50019
Message:

SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r21285 r21546  
    431431    { "RTThreadPreemptIsPending",               (void *)RTThreadPreemptIsPending },
    432432    { "RTThreadPreemptIsPendingTrusty",         (void *)RTThreadPreemptIsPendingTrusty },
     433    { "RTThreadPreemptIsPossible",              (void *)RTThreadPreemptIsPossible },
    433434    { "RTThreadPreemptDisable",                 (void *)RTThreadPreemptDisable },
    434435    { "RTThreadPreemptRestore",                 (void *)UNWIND_WRAP(RTThreadPreemptRestore) },
     436    { "RTThreadIsInInterrupt",                  (void *)RTThreadIsInInterrupt },
    435437
    436438    { "RTLogDefaultInstance",                   (void *)RTLogDefaultInstance },
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r21285 r21546  
    194194 *          - Nothing.
    195195 */
    196 #define SUPDRV_IOC_VERSION                              0x000e0001
     196#define SUPDRV_IOC_VERSION                              0x000e0002
    197197
    198198/** SUP_IOCTL_COOKIE. */
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