Searched refs:RTLockValidatorRecSharedSetSubClass (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/
H A Dlockvalidator.h676 RTDECL(uint32_t) RTLockValidatorRecSharedSetSubClass(PRTLOCKVALRECSHRD pRec, uint32_t uSubClass);
H A Dmangling.h779 # define RTLockValidatorRecSharedSetSubClass RT_MANGLER(RTLockValidatorRecSharedSetSubClass) macro
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp256 RTLockValidatorRecSharedSetSubClass(&pThis->ValidatorRead, uSubClass);
H A Dcritsectrw-generic.cpp143 RTLockValidatorRecSharedSetSubClass(pThis->pValidatorRead, uSubClass);
H A Dsemrw-lockless-generic.cpp225 RTLockValidatorRecSharedSetSubClass(&pThis->ValidatorRead, uSubClass);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp218 RTLockValidatorRecSharedSetSubClass(&pThis->ValidatorRead, uSubClass);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectRw.cpp115 RTLockValidatorRecSharedSetSubClass(pThis->s.Core.pValidatorRead, uSubClass);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp3518 RTDECL(uint32_t) RTLockValidatorRecSharedSetSubClass(PRTLOCKVALRECSHRD pRec, uint32_t uSubClass) function

Completed in 128 milliseconds