Searched refs:phOldTest (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp510 * @param phOldTest Where to store the old test handle. Optional.
512 RTR3DECL(int) RTTestSetDefault(RTTEST hNewDefaultTest, PRTTEST phOldTest) argument
514 if (phOldTest)
515 *phOldTest = (RTTEST)RTTlsGet(g_iTestTls);
/vbox/include/iprt/
H A Dtest.h193 * @param phOldTest Where to store the old test handle. Optional.
195 RTR3DECL(int) RTTestSetDefault(RTTEST hNewDefaultTest, PRTTEST phOldTest);

Completed in 37 milliseconds