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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp720 static void rtLockValComplainAboutLockStack(PRTTHREADINT pThread, unsigned cchIndent, uint32_t cMinFrames, function
779 rtLockValComplainAboutLockStack(pThreadSelf, 0, 1, pRec);
2146 rtLockValComplainAboutLockStack(pThreadSelf, 0, 0, pRec2);
2868 rtLockValComplainAboutLockStack(pShrdOwner->ShrdOwner.hThread, 5, 2, pShrdOwner);
2874 rtLockValComplainAboutLockStack(pStack->a[i].pRec->Excl.hThread, 5, 2, pStack->a[i].pRec);

Completed in 56 milliseconds