VirtualBox

Changeset 19918 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
May 22, 2009 5:00:28 PM (16 years ago)
Author:
vboxsync
Message:

iprt/r0drv-generic: RTThreadPreemptIsPending stub.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp

    r19825 r19918  
    11/* $Id$ */
    22/** @file
    3  * IPRT - RTThreadPreemptIsEnabled, Generic ring-0 driver implementation.
     3 * IPRT - RTThreadPreemptIsPending, Generic ring-0 driver implementation.
    44 */
    55
     
    3636
    3737
    38 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread)
     38RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
    3939{
    4040    Assert(hThread == NIL_RTTHREAD);
    41     return true;
     41    return false;
    4242}
    4343
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