VirtualBox

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


忽略:
時間撮記:
2007-3-28 下午12:51:24 (18 年 以前)
作者:
vboxsync
訊息:

Introduce a dummy thread name parameter to rtThreadMain to allow
identifying the thread from a debugger backtrace.

檔案:
修改 1 筆資料

圖例:

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

    r1201 r1766  
    111111
    112112#ifdef fibGetTidPid
    113     rtThreadMain(pThread, fibGetTidPid());
     113    rtThreadMain(pThread, fibGetTidPid(), &pThread->&szName);
    114114#else
    115     rtThreadMain(pThread, _gettid());
     115    rtThreadMain(pThread, _gettid(), &pThread->&szName);
    116116#endif
    117117
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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