Searched refs:RTLockValidatorRecExclCreate (Results 1 - 6 of 6) sorted by relevance
/vbox/include/iprt/ |
H A D | lockvalidator.h | 319 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, 347 * Deinitialize and destroy a record created by RTLockValidatorRecExclCreate.
|
H A D | mangling.h | 749 # define RTLockValidatorRecExclCreate RT_MANGLER(RTLockValidatorRecExclCreate) macro
|
/vbox/src/VBox/Runtime/generic/ |
H A D | critsect-generic.cpp | 77 rc = RTLockValidatorRecExclCreate(&pCritSect->pValidatorRec, hClass, uSubClass, pCritSect,
|
H A D | critsectrw-generic.cpp | 87 rc = RTLockValidatorRecExclCreate(&pThis->pValidatorWrite, hClass, uSubClass, pThis,
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PDMCritSect.cpp | 160 rc = RTLockValidatorRecExclCreate(&pCritSect->Core.pValidatorRec, 256 rc = RTLockValidatorRecExclCreate(&pCritSect->Core.pValidatorWrite, hClass, RTLOCKVAL_SUB_CLASS_NONE,
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 2984 RTDECL(int) RTLockValidatorRecExclCreate(PRTLOCKVALRECEXCL *ppRec, RTLOCKVALCLASS hClass, function
|
Completed in 699 milliseconds