Changeset 30935 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Jul 20, 2010 4:56:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c
r30933 r30935 119 119 ASMAtomicDecU32(&pThis->cRefs); 120 120 121 pThis->u32Magic = RTSEMEVENT_MAGIC_DEAD; /* make the handle invalid */121 pThis->u32Magic = ~RTSEMEVENT_MAGIC; /* make the handle invalid */ 122 122 if (pThis->cWaiters > 0) 123 123 {
Note:
See TracChangeset
for help on using the changeset viewer.