Changeset 47380 in vbox
- Timestamp:
- Jul 24, 2013 5:45:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c
r47373 r47380 138 138 } 139 139 140 cRefs = ASMAtomicDecU32(&pThis->cRefs) 140 cRefs = ASMAtomicDecU32(&pThis->cRefs); 141 141 if (!cRefs) 142 142 {
Note:
See TracChangeset
for help on using the changeset viewer.