VirtualBox

Changeset 10558 in vbox


Ignore:
Timestamp:
Jul 12, 2008 12:25:00 AM (17 years ago)
Author:
vboxsync
Message:

Create #3023 for the incorrect RTThreadWait timeouts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp

    r10557 r10558  
    522522                                    int rc2 = VINF_SUCCESS;
    523523                                    rc = RTThreadWait(ThreadSend0, 5*60*1000, &rc2);
    524 #if 1 /** @todo it looks like I'm subject to some false wakeup calls here. (2.6.23-gentoo-r3 amd64) */
     524#if 1 /** @todo it looks like I'm subject to some false wakeup calls here (2.6.23-gentoo-r3 amd64). See #3023.*/
    525525                                    for (int cTries = 100; rc == VERR_TIMEOUT && cTries > 0; cTries--)
    526526                                    {
     
    534534                                        ThreadSend0 = NIL_RTTHREAD;
    535535                                        rc = RTThreadWait(ThreadSend1, 5*60*1000, RT_SUCCESS(rc2) ? &rc2 : NULL);
    536 #if 1 /** @todo it looks like I'm subject to some false wakeup calls here. (2.6.23-gentoo-r3 amd64) */
     536#if 1 /** @todo it looks like I'm subject to some false wakeup calls here (2.6.23-gentoo-r3 amd64). See #3023.*/
    537537                                        for (int cTries = 100; rc == VERR_TIMEOUT && cTries > 0; cTries--)
    538538                                        {
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