Changeset 10558 in vbox
- Timestamp:
- Jul 12, 2008 12:25:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp
r10557 r10558 522 522 int rc2 = VINF_SUCCESS; 523 523 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.*/ 525 525 for (int cTries = 100; rc == VERR_TIMEOUT && cTries > 0; cTries--) 526 526 { … … 534 534 ThreadSend0 = NIL_RTTHREAD; 535 535 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.*/ 537 537 for (int cTries = 100; rc == VERR_TIMEOUT && cTries > 0; cTries--) 538 538 {
Note:
See TracChangeset
for help on using the changeset viewer.