Searched refs:RTLockValidatorRecSharedCheckSignaller (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/r3/linux/
H A Dsemevent-linux.cpp217 int rc9 = RTLockValidatorRecSharedCheckSignaller(&pThis->Signallers, NIL_RTTHREAD);
H A Dsemeventmulti-linux.cpp207 int rc9 = RTLockValidatorRecSharedCheckSignaller(&pThis->Signallers, NIL_RTTHREAD);
/vbox/src/VBox/Runtime/r3/win/
H A Dsemevent-win.cpp177 int rc9 = RTLockValidatorRecSharedCheckSignaller(&pThis->Signallers, NIL_RTTHREAD);
H A Dsemeventmulti-win.cpp167 int rc9 = RTLockValidatorRecSharedCheckSignaller(&pThis->Signallers, NIL_RTTHREAD);
/vbox/include/iprt/
H A Dlockvalidator.h818 RTDECL(int) RTLockValidatorRecSharedCheckSignaller(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf);
H A Dmangling.h769 # define RTLockValidatorRecSharedCheckSignaller RT_MANGLER(RTLockValidatorRecSharedCheckSignaller) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemevent-posix.cpp264 int rc9 = RTLockValidatorRecSharedCheckSignaller(&pThis->Signallers, NIL_RTTHREAD);
H A Dsemeventmulti-posix.cpp269 int rc9 = RTLockValidatorRecSharedCheckSignaller(&pThis->Signallers, NIL_RTTHREAD);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp4151 RTDECL(int) RTLockValidatorRecSharedCheckSignaller(PRTLOCKVALRECSHRD pRec, RTTHREAD hThreadSelf) function

Completed in 238 milliseconds