VirtualBox

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


Ignore:
Timestamp:
Jan 7, 2010 3:23:30 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56400
Message:

iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related renaming.

Location:
trunk/src/VBox/Runtime/r3/win
Files:
3 edited

Legend:

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

    r25659 r25682  
    8888#ifdef RTSEMEVENT_STRICT
    8989        RTLockValidatorRecSharedInit(&pThis->Signallers,
    90                                      NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_ANY,
     90                                     NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY,
    9191                                     "RTSemEvent", pThis, true /*fSignaller*/);
    9292        pThis->fEverHadSignallers = false;
  • trunk/src/VBox/Runtime/r3/win/semeventmulti-win.cpp

    r25659 r25682  
    9191#ifdef RTSEMEVENT_STRICT
    9292        RTLockValidatorRecSharedInit(&pThis->Signallers,
    93                                      NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_ANY,
     93                                     NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY,
    9494                                     "RTSemEvent", pThis, true /*fSignaller*/);
    9595        pThis->fEverHadSignallers = false;
  • trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp

    r25658 r25682  
    9393            pThis->cRecursions  = 0;
    9494#ifdef RTSEMMUTEX_STRICT
    95             RTLockValidatorRecExclInit(&pThis->ValidatorRec,  NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_NONE, "RTSemMutex", pThis);
     95            RTLockValidatorRecExclInit(&pThis->ValidatorRec, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTSemMutex", pThis);
    9696#endif
    9797            *pMutexSem = pThis;
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