Changeset 25604 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Dec 31, 2009 2:25:17 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp
r25491 r25604 87 87 pThis->hMtx = hMtx; 88 88 #ifdef RTSEMMUTEX_STRICT 89 RTLockValidatorRecInit(&pThis->ValidatorRec, NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_NONE, NULL, pThis);89 RTLockValidatorRecInit(&pThis->ValidatorRec, NIL_RTLOCKVALIDATORCLASS, RTLOCKVALIDATOR_SUB_CLASS_NONE, "RTSemMutex", pThis); 90 90 #endif 91 91 *pMutexSem = pThis;
Note:
See TracChangeset
for help on using the changeset viewer.