Searched defs:iTestId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp417 * @param iTestId Unique test id.
419 static int tstPDMACStressTestFileOpen(PVM pVM, PPDMACTESTFILE pTestFile, unsigned iTestId) argument
459 RTStrPrintf(szDesc, sizeof(szDesc), "Template-%d", iTestId);
466 RTStrPrintf(szFile, sizeof(szFile), "tstPDMAsyncCompletionStress-%d.tmp", iTestId);
482 RTStrPrintf(szThreadDesc, sizeof(szThreadDesc), "PDMACThread-%d", iTestId);
514 RTPrintf(TESTCASE ": Opening test file with id %d failed rc=%Rrc\n", iTestId, rc);

Completed in 44 milliseconds