VirtualBox

Ignore:
Timestamp:
May 28, 2009 3:40:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47891
Message:

IPRT,SUP: Minor driver version change - added RTThreadPreemptIsPendingTrusty (for Windows and Darwin were we're doing really ugly stuff).

File:
1 copied

Legend:

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

    r20113 r20124  
    11/* $Id$ */
    22/** @file
    3  * IPRT - RTThreadPreemptIsPending, Generic ring-0 driver implementation.
     3 * IPRT - RTThreadPreemptIsPendingTrusty, Generic ring-0 driver implementation.
    44 */
    55
    66/*
    7  * Copyright (C) 2008 Sun Microsystems, Inc.
     7 * Copyright (C) 2009 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3333*******************************************************************************/
    3434#include <iprt/thread.h>
    35 #include <iprt/assert.h>
    3635
    3736
    38 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
     37RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
    3938{
    40     Assert(hThread == NIL_RTTHREAD);
     39    /* no, RTThreadPreemptIsPending is not reliable. */
    4140    return false;
    4241}
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