VirtualBox

Ignore:
Timestamp:
Nov 10, 2008 12:12:55 PM (16 years ago)
Author:
vboxsync
Message:

Not C++ comments.

File:
1 edited

Legend:

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

    r13908 r14001  
    422422{
    423423    PRTTHREADINT pThread2 = (PRTTHREADINT)RTAvlPVRemove(&g_ThreadTree, pThread->Core.Key);
    424 #if !defined(RT_OS_OS2)
    425     /// @todo this asserts for threads created by NSPR
     424#if !defined(RT_OS_OS2) /** @todo this asserts for threads created by NSPR */
    426425    AssertMsg(pThread2 == pThread, ("%p(%s) != %p (%p/%s)\n", pThread2, pThread2  ? pThread2->szName : "<null>",
    427426                                    pThread, pThread->Core.Key, pThread->szName));
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