Searched refs:testIt (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp321 static void testIt(uint32_t cThreads, uint32_t cSecs, bool fLoops, PFNRTTHREAD pfnThread, const char *pszName) function
456 testIt(cThreads, cSecs, false, testDd1Thread, "deadlock, critsect");
512 testIt(cThreads, cSecs, false, testDd2Thread, "deadlock, read-write");
559 testIt(cThreads, cSecs, true, testDd3Thread, "deadlock, read-write race");
615 testIt(cThreads, cSecs, true, testDd4Thread, "deadlock, read-write race v2");
655 testIt(cThreads, cSecs, false, testDd5Thread, "deadlock, mutex");
708 testIt(cThreads, cSecs, false, testDd6Thread, "deadlock, event");
762 testIt(cThreads, cSecs, false, testDd7Thread, "deadlock, event multi");
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py144 (fRc2, oTxsSession) = self.aoSubTstDrvs[0].testIt(oTestVm, oSession, oTxsSession);
H A DtdAddGuestCtrl.py528 def testIt(self, oTestVm, oSession, oTxsSession): member in class:SubTstDrvAddGuestCtrl
3227 fRc, oTxsSession = self.aoSubTstDrvs[0].testIt(oTestVm, oSession, oTxsSession);

Completed in 315 milliseconds