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

/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp101 AssertReturn(!(fFlags & ~RTSEMRW_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
138 bool const fLVEnabled = !(fFlags & RTSEMRW_FLAGS_NO_LOCK_VAL);
H A Dsemrw-lockless-generic.cpp123 AssertReturn(!(fFlags & ~RTSEMRW_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
143 bool const fLVEnabled = !(fFlags & RTSEMRW_FLAGS_NO_LOCK_VAL);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp102 AssertReturn(!(fFlags & ~RTSEMRW_FLAGS_NO_LOCK_VAL), VERR_INVALID_PARAMETER);
127 bool const fLVEnabled = !(fFlags & RTSEMRW_FLAGS_NO_LOCK_VAL);
/vbox/include/iprt/
H A Dsemaphore.h853 #define RTSEMRW_FLAGS_NO_LOCK_VAL UINT32_C(0x00000001) macro
1122 * make sure you do not use RTSEMRW_FLAGS_NO_LOCK_VAL when creating
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp143 rc = RTSemRWCreateEx(&g_ThreadRWSem, RTSEMRW_FLAGS_NO_LOCK_VAL, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, NULL);
H A Dlockvalidator.cpp292 int rc = RTSemRWCreateEx(&hSemRW, RTSEMRW_FLAGS_NO_LOCK_VAL, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY, "RTLockVal-Tree");

Completed in 52 milliseconds