Changeset 40624 in vbox
- Timestamp:
- Mar 26, 2012 8:18:13 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77042
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp
r33540 r40624 1198 1198 RTSEMRW hSemRW; 1199 1199 RTTEST_CHECK_RC_OK_RET(g_hTest, RTSemRWCreateEx(&hSemRW, 0 /*fFlags*/, NIL_RTLOCKVALCLASS, 1200 RTLOCKVAL_SUB_CLASS_NONE, "RTSemRW-1"), false);1200 RTLOCKVAL_SUB_CLASS_NONE, "RTSemRW-1"), NULL); 1201 1201 RTTEST_CHECK_RC_OK_RET(g_hTest, RTSemRWRequestRead(hSemRW, 50), ""); 1202 1202 int rc = RTSemRWRequestWrite(hSemRW, 1);
Note:
See TracChangeset
for help on using the changeset viewer.