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

/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp477 char szThreadDesc[256]; local
482 RTStrPrintf(szThreadDesc, sizeof(szThreadDesc), "PDMACThread-%d", iTestId);
484 NULL, 0, RTTHREADTYPE_IO, szThreadDesc);

Completed in 43 milliseconds