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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp98 static int testWaitForSomethingToBeOwned(int (*pfnCallback)(void *), void *pvWhat) function
138 return testWaitForSomethingToBeOwned(testCheckIfCritSectIsOwned, pCritSect);
154 return testWaitForSomethingToBeOwned(testCheckIfSemRWIsOwned, hSemRW);
168 return testWaitForSomethingToBeOwned(testCheckIfSemMutexIsOwned, hSemMutex);

Completed in 44 milliseconds