VirtualBox

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


Ignore:
Timestamp:
Jan 7, 2010 3:23:30 PM (15 years ago)
Author:
vboxsync
Message:

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

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

Legend:

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

    r25651 r25682  
    130130#ifdef RTSEMEVENT_STRICT
    131131        RTLockValidatorRecSharedInit(&pThis->Signallers,
    132                                      NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_ANY,
     132                                     NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY,
    133133                                     "RTSemEvent", pThis, true /*fSignaller*/);
    134134        pThis->fEverHadSignallers = false;
  • trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp

    r25649 r25682  
    131131#ifdef RTSEMEVENTMULTI_STRICT
    132132        RTLockValidatorRecSharedInit(&pThis->Signallers,
    133                                      NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_ANY,
     133                                     NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY,
    134134                                     "RTSemEventMulti", pThis, true /*fSignaller*/);
    135135        pThis->fEverHadSignallers = false;
  • trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp

    r25652 r25682  
    120120        pThis->cNesting = 0;
    121121#ifdef RTSEMMUTEX_STRICT
    122         RTLockValidatorRecExclInit(&pThis->ValidatorRec, NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_NONE, "RTSemMutex", pThis);
     122        RTLockValidatorRecExclInit(&pThis->ValidatorRec, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTSemMutex", pThis);
    123123#endif
    124124
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