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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1533 RTDECL(int) RTLockValidatorRecMakeSiblings(PRTLOCKVALRECCORE pRec1, PRTLOCKVALRECCORE pRec2) argument
1539 PRTLOCKVALRECUNION p2 = (PRTLOCKVALRECUNION)pRec2;
2137 PRTLOCKVALRECUNION pRec1, PRTLOCKVALRECUNION pRec2,
2143 rtLockValComplainAboutLock("Other lock: ", pRec2, "\n");
2145 rtLockValComplainAboutClass("Other class: ", pClass2, rtLockValidatorRecGetSubClass(pRec2), true /*fVerbose*/);
2146 rtLockValComplainAboutLockStack(pThreadSelf, 0, 0, pRec2);
2136 rtLockValidatorStackWrongOrder(const char *pszWhat, PCRTLOCKVALSRCPOS pSrcPos, PRTTHREADINT pThreadSelf, PRTLOCKVALRECUNION pRec1, PRTLOCKVALRECUNION pRec2, RTLOCKVALCLASSINT *pClass1, RTLOCKVALCLASSINT *pClass2) argument

Completed in 44 milliseconds