Searched defs:pClass2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1218 RTLOCKVALCLASSINT *pClass2 = pChunk->aRefs[i].hClass; local
1219 if (pClass2 != NIL_RTLOCKVALCLASS)
1222 rtLockValidatorClassRelease(pClass2);
2138 RTLOCKVALCLASSINT *pClass1, RTLOCKVALCLASSINT *pClass2)
2145 rtLockValComplainAboutClass("Other class: ", pClass2, rtLockValidatorRecGetSubClass(pRec2), true /*fVerbose*/);
2187 * @param pClass2 The class of the lock that is already being
2189 * @param uSubClass2 The sub-class that goes with @a pClass2.
2192 RTLOCKVALCLASSINT *pClass2, uint32_t uSubClass2)
2194 if (pClass1 == pClass2)
2196 return rtLockValidatorClassIsPriorClass(pClass1, pClass2);
2136 rtLockValidatorStackWrongOrder(const char *pszWhat, PCRTLOCKVALSRCPOS pSrcPos, PRTTHREADINT pThreadSelf, PRTLOCKVALRECUNION pRec1, PRTLOCKVALRECUNION pRec2, RTLOCKVALCLASSINT *pClass1, RTLOCKVALCLASSINT *pClass2) argument
2191 rtLockValidatorIsClassOrderOk(RTLOCKVALCLASSINT *pClass1, uint32_t uSubClass1, RTLOCKVALCLASSINT *pClass2, uint32_t uSubClass2) argument
[all...]

Completed in 41 milliseconds