- Timestamp:
- Jan 13, 2025 9:16:39 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp
r106061 r107728 536 536 static void tstPDMACStressTestFileClose(PPDMACTESTFILE pTestFile) 537 537 { 538 int rcThread;539 int rc;540 541 538 RTPrintf("Terminating I/O thread, please wait...\n"); 542 539 … … 545 542 546 543 /* Wait for the thread to terminate. */ 547 rc = PDMR3ThreadDestroy(pTestFile->hThread, &rcThread); 544 int rcThread; 545 int rc = PDMR3ThreadDestroy(pTestFile->hThread, &rcThread); 546 AssertRC(rc); RT_NOREF(rc); 548 547 549 548 RTPrintf("Thread terminated with status code rc=%Rrc\n", rcThread);
Note:
See TracChangeset
for help on using the changeset viewer.