VirtualBox

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


Ignore:
Timestamp:
Jan 10, 2010 8:12:30 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56439
Message:

iprt,pdmcritsect: More flexible lock naming, added RTCritSectSetSubClass and made some RTCritSectInitEx.

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

Legend:

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

    r25685 r25704  
    8989        RTLockValidatorRecSharedInit(&pThis->Signallers,
    9090                                     NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY,
    91                                      "RTSemEvent", pThis, true /*fSignaller*/, true);
     91                                     pThis, true /*fSignaller*/, true /*fEnabled*/, "RTSemEvent");
    9292        pThis->fEverHadSignallers = false;
    9393#endif
  • trunk/src/VBox/Runtime/r3/win/semeventmulti-win.cpp

    r25685 r25704  
    9292        RTLockValidatorRecSharedInit(&pThis->Signallers,
    9393                                     NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY,
    94                                      "RTSemEvent", pThis, true /*fSignaller*/, true);
     94                                     pThis, true /*fSignaller*/, true /*fEnabled*/, "RTSemEvent");
    9595        pThis->fEverHadSignallers = false;
    9696#endif
  • trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp

    r25685 r25704  
    9393            pThis->cRecursions  = 0;
    9494#ifdef RTSEMMUTEX_STRICT
    95             RTLockValidatorRecExclInit(&pThis->ValidatorRec, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTSemMutex", pThis, true);
     95            RTLockValidatorRecExclInit(&pThis->ValidatorRec, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, pThis,
     96                                       true /*fEnabled*/, "RTSemMutex");
    9697#endif
    9798            *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