VirtualBox

Changeset 25618 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Jan 2, 2010 12:00:33 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56309
Message:

IPRT,pdmcritsect: More lock validator hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp

    r25614 r25618  
    159159#ifdef RTSEMMUTEX_STRICT
    160160        hThreadSelf = RTThreadSelfAutoAdopt();
    161         int rc9 = RTLockValidatorRecExclCheckOrderAndBlocking(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true);
     161        int rc9 = RTLockValidatorRecExclCheckOrderAndBlocking(&pThis->ValidatorRec, hThreadSelf, pSrcPos, true, RTTHREADSTATE_MUTEX);
    162162        if (RT_FAILURE(rc9))
    163163            return rc9;
    164164#else
    165165        hThreadSelf = RTThreadSelf();
    166 #endif
    167166        RTThreadBlocking(hThreadSelf, RTTHREADSTATE_MUTEX);
     167#endif
    168168    }
    169169    int rc = WaitForSingleObjectEx(pThis->hMtx,
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