Changeset 25704 in vbox for trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
- Timestamp:
- Jan 10, 2010 8:12:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r25685 r25704 124 124 RTLockValidatorRecSharedInit(&pThis->Signallers, 125 125 NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY, 126 "RTSemEventMulti", pThis, true /*fSignaller*/, true);126 pThis, true /*fSignaller*/, true /*fEnabled*/, "RTSemEvent"); 127 127 pThis->fEverHadSignallers = false; 128 128 #endif
Note:
See TracChangeset
for help on using the changeset viewer.