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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp766 static void rtLockValComplainFirst(const char *pszWhat, PCRTLOCKVALSRCPOS pSrcPos, PRTTHREADINT pThreadSelf, function
987 rtLockValComplainFirst("Thread terminating owning locks!", NULL,
2142 rtLockValComplainFirst(pszWhat, pSrcPos, pThreadSelf, pRec1, false);
2455 rtLockValComplainFirst("Wrong release order!", NULL, pThreadSelf, pRec, true);
2856 rtLockValComplainFirst(pszWhat, pSrcPos, pThreadSelf, pStack->a[0].pRec != pRec ? pRec : NULL, true);
3154 rtLockValComplainFirst("Recursion not allowed by the class!",
3216 rtLockValComplainFirst("Mixed recursion not allowed by the class!",
3353 rtLockValComplainFirst("Recursion not allowed!", pSrcPos, pThreadSelf, pRecU, true);
3652 rtLockValComplainFirst("Recursion not allowed!", pSrcPos, pThreadSelf, pRecU, true);
4116 rtLockValComplainFirst("No
[all...]

Completed in 103 milliseconds