VirtualBox

Changeset 107728 in vbox for trunk


Ignore:
Timestamp:
Jan 13, 2025 9:16:39 PM (4 weeks ago)
Author:
vboxsync
Message:

VMM/testcase/tstPDMAsyncCompletionStress.cpp: Small cleanup, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp

    r106061 r107728  
    536536static void tstPDMACStressTestFileClose(PPDMACTESTFILE pTestFile)
    537537{
    538     int rcThread;
    539     int rc;
    540 
    541538    RTPrintf("Terminating I/O thread, please wait...\n");
    542539
     
    545542
    546543    /* 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);
    548547
    549548    RTPrintf("Thread terminated with status code rc=%Rrc\n", rcThread);
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