VirtualBox

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/include/internal/thread.h

    r403 r1766  
    206206
    207207/* thread.cpp */
    208 int rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread);
     208int rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName);
    209209void rtThreadBlocking(PRTTHREADINT pThread, RTTHREADSTATE enmState, uint64_t u64Block,
    210210                      const char *pszFile, unsigned uLine, RTUINTPTR uId);
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