Searched refs:RTLockValidatorRecExclCreate (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Dlockvalidator.h319 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass,
347 * Deinitialize and destroy a record created by RTLockValidatorRecExclCreate.
H A Dmangling.h749 # define RTLockValidatorRecExclCreate RT_MANGLER(RTLockValidatorRecExclCreate) macro
/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp77 rc = RTLockValidatorRecExclCreate(&pCritSect->pValidatorRec, hClass, uSubClass, pCritSect,
H A Dcritsectrw-generic.cpp87 rc = RTLockValidatorRecExclCreate(&pThis->pValidatorWrite, hClass, uSubClass, pThis,
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp160 rc = RTLockValidatorRecExclCreate(&pCritSect->Core.pValidatorRec,
256 rc = RTLockValidatorRecExclCreate(&pCritSect->Core.pValidatorWrite, hClass, RTLOCKVAL_SUB_CLASS_NONE,
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp2984 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, function

Completed in 656 milliseconds