VirtualBox

Changeset 40624 in vbox


Ignore:
Timestamp:
Mar 26, 2012 8:18:13 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77042
Message:

tstRTLockValidator: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp

    r33540 r40624  
    11981198    RTSEMRW hSemRW;
    11991199    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);
    12011201    RTTEST_CHECK_RC_OK_RET(g_hTest, RTSemRWRequestRead(hSemRW, 50), "");
    12021202    int rc = RTSemRWRequestWrite(hSemRW, 1);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette