Searched refs:RTLockValidatorRecSharedInit (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Runtime/r3/linux/ |
H A D | semevent-linux.cpp | 147 RTLockValidatorRecSharedInit(&pThis->Signallers, hClass, RTLOCKVAL_SUB_CLASS_ANY, pThis,
|
H A D | semeventmulti-linux.cpp | 140 RTLockValidatorRecSharedInit(&pThis->Signallers, hClass, RTLOCKVAL_SUB_CLASS_ANY, pThis,
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | semevent-win.cpp | 101 RTLockValidatorRecSharedInit(&pThis->Signallers, hClass, RTLOCKVAL_SUB_CLASS_ANY, pThis,
|
H A D | semeventmulti-win.cpp | 97 RTLockValidatorRecSharedInit(&pThis->Signallers, hClass, RTLOCKVAL_SUB_CLASS_ANY, pThis,
|
/vbox/include/iprt/ |
H A D | lockvalidator.h | 566 RTDECL(void) RTLockValidatorRecSharedInit(PRTLOCKVALRECSHRD pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, 596 * RTLockValidatorRecSharedInit.
|
H A D | mangling.h | 774 # define RTLockValidatorRecSharedInit RT_MANGLER(RTLockValidatorRecSharedInit) macro
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | semevent-posix.cpp | 149 RTLockValidatorRecSharedInit(&pThis->Signallers, hClass, RTLOCKVAL_SUB_CLASS_ANY, pThis,
|
H A D | semeventmulti-posix.cpp | 159 RTLockValidatorRecSharedInit(&pThis->Signallers, hClass, RTLOCKVAL_SUB_CLASS_ANY, pThis,
|
H A D | semrw-posix.cpp | 134 RTLockValidatorRecSharedInit(&pThis->ValidatorRead, hClass, uSubClass, pThis,
|
/vbox/src/VBox/Runtime/generic/ |
H A D | semrw-generic.cpp | 145 RTLockValidatorRecSharedInit(&pThis->ValidatorRead, hClass, uSubClass, pThis,
|
H A D | semrw-lockless-generic.cpp | 150 RTLockValidatorRecSharedInit(&pThis->ValidatorRead, hClass, uSubClass, pThis,
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 3431 RTDECL(void) RTLockValidatorRecSharedInit(PRTLOCKVALRECSHRD pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, function
|
Completed in 109 milliseconds