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

/vbox/include/iprt/
H A Dlockvalidator.h1052 * Teaches the class @a hClass that locks in the class @a hPriorClass can be
1057 * @param hPriorClass Handle to the class that can be held prior to
1061 RTDECL(int) RTLockValidatorClassAddPriorClass(RTLOCKVALCLASS hClass, RTLOCKVALCLASS hPriorClass);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1469 RTDECL(int) RTLockValidatorClassAddPriorClass(RTLOCKVALCLASS hClass, RTLOCKVALCLASS hPriorClass) argument
1475 RTLOCKVALCLASSINT *pPriorClass = hPriorClass;

Completed in 61 milliseconds