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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp96 * @param pvWhat Callback parameter.
98 static int testWaitForSomethingToBeOwned(int (*pfnCallback)(void *), void *pvWhat) argument
108 int rc = pfnCallback(pvWhat);
125 static int testCheckIfCritSectIsOwned(void *pvWhat) argument
127 PRTCRITSECT pCritSect = (PRTCRITSECT)pvWhat;
142 static int testCheckIfSemRWIsOwned(void *pvWhat) argument
144 RTSEMRW hSemRW = (RTSEMRW)pvWhat;
158 static int testCheckIfSemMutexIsOwned(void *pvWhat) argument
160 RTSEMMUTEX hSemRW = (RTSEMMUTEX)pvWhat;

Completed in 45 milliseconds