VirtualBox

Changeset 36951 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 4, 2011 7:07:34 AM (14 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r36596 r36951  
    9292*******************************************************************************/
    9393static void rtThreadDestroy(PRTTHREADINT pThread);
     94#ifdef IN_RING3
    9495static int rtThreadAdopt(RTTHREADTYPE enmType, unsigned fFlags, uint32_t fIntFlags, const char *pszName);
     96#endif
    9597static void rtThreadRemoveLocked(PRTTHREADINT pThread);
    9698static PRTTHREADINT rtThreadAlloc(RTTHREADTYPE enmType, unsigned fFlags, uint32_t fIntFlags, const char *pszName);
     
    237239}
    238240
    239 #endif /* IN_RING3 */
    240 
    241241
    242242/**
     
    271271    return rc;
    272272}
    273 
    274 #ifdef IN_RING3
    275273
    276274/**
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