Searched refs:RTTestCreate (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem-Zombie.cpp105 rc = RTTestCreate("tstSupSem-Zombie-Child", &hTest);
108 RTPrintf("tstSupSem-Zombie-Child: fatal error: RTTestCreate failed with rc=%Rrc\n", rc);
H A DtstSupSem.cpp93 rc = RTTestCreate("tstSupSem", &hTest);
96 RTPrintf("tstSupSem: fatal error: RTTestCreate failed with rc=%Rrc\n", rc);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp404 RTR3DECL(int) RTTestCreate(const char *pszTest, PRTTEST phTest) function
419 rc = RTTestCreate(pszTest, phTest);
422 RTStrmPrintf(g_pStdErr, "%s: fatal error: RTTestCreate failed with rc=%Rrc\n", pszTest, rc);
442 rc = RTTestCreate(pszTest, phTest);
445 RTStrmPrintf(g_pStdErr, "%s: fatal error: RTTestCreate failed with rc=%Rrc\n", pszTest, rc);
453 * Destroys a test instance previously created by RTTestCreate.
/vbox/include/iprt/
H A Dtest.h80 RTR3DECL(int) RTTestCreate(const char *pszTest, PRTTEST phTest);
180 * Destroys a test instance previously created by RTTestCreate.
H A Dmangling.h1618 # define RTTestCreate RT_MANGLER(RTTestCreate) macro
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp2743 rc = RTTestCreate(pszName, &GlobTest.hTest);
2775 RTStrmPrintf(g_pStdErr, "tstVDIo: fatal error: RTTestCreate failed with rc=%Rrc\n", rc);

Completed in 84 milliseconds