VirtualBox

Changeset 1766 in vbox for trunk/src/VBox/Runtime/r3/os2


Ignore:
Timestamp:
Mar 28, 2007 12:51:24 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19936
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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