VirtualBox

vbox的更動 1190 路徑 trunk/src/VBox/Runtime/r3/os2


忽略:
時間撮記:
2007-3-4 下午08:42:13 (18 年 以前)
作者:
vboxsync
訊息:

Ported IPRT to ring-0 OS/2.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r248 r1190  
    3333#include <stdlib.h>
    3434#include <signal.h>
     35#include <InnoTekLIBC/FastInfoBlocks.h>
    3536
    3637#include <iprt/thread.h>
     
    109110    *g_ppCurThread = pThread;
    110111
     112#ifdef fibGetTidPid
     113    rtThreadMain(pThread, fibGetTidPid());
     114#else
    111115    rtThreadMain(pThread, _gettid());
     116#endif
    112117
    113118    *g_ppCurThread = NULL;
     
    150155RTDECL(RTNATIVETHREAD) RTThreadNativeSelf(void)
    151156{
    152     PRTTHREADINT pThread = *g_ppCurThread;
    153     if (pThread)
    154         return (RTNATIVETHREAD)pThread->Core.Key;
     157#ifdef fibGetTidPid
     158    return fibGetTidPid();
     159#else
    155160    return _gettid();
     161#endif
    156162}
    157163
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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