VirtualBox

Changeset 25615 in vbox


Ignore:
Timestamp:
Jan 1, 2010 2:40:48 PM (15 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp

    r25614 r25615  
    202202    {
    203203#ifdef RTSEMRW_STRICT
    204         int rc9 = RTLockValidatorRecExclRecursionMixed(&pThis->ValidatorWrite, &pThis->ValidatorRead->Core, pSrcPos);
     204        int rc9 = RTLockValidatorRecExclRecursionMixed(&pThis->ValidatorWrite, &pThis->ValidatorRead.Core, pSrcPos);
    205205        if (RT_FAILURE(rc9))
    206206            return rc9;
     
    309309        AssertMsgReturn(pThis->cWriterReads > 0, ("pThis=%p\n", pThis), VERR_NOT_OWNER);
    310310#ifdef RTSEMRW_STRICT
    311         int rc9 = RTLockValidatorRecExclUnwindMixed(&pThis->ValidatorWrite, &pThis->ValidatorRead->Core.);
     311        int rc9 = RTLockValidatorRecExclUnwindMixed(&pThis->ValidatorWrite, &pThis->ValidatorRead.Core);
    312312        if (RT_FAILURE(rc9))
    313313            return rc9;
     
    433433#endif /* !RT_OS_DARWIN */
    434434    }
    435     }
    436435
    437436    ATOMIC_SET_PTHREAD_T(&pThis->Writer, Self);
     
    519518     */
    520519#ifdef RTSEMRW_STRICT
    521     int rc9 = RTLockValidatorRecExclReleaseOwner(&pThis->ValidatorWrite);
     520    int rc9 = RTLockValidatorRecExclReleaseOwner(&pThis->ValidatorWrite, true);
    522521    if (RT_FAILURE(rc9))
    523522        return rc9;
Note: See TracChangeset for help on using the changeset viewer.

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