Changeset 48051 in vbox for trunk/src/VBox
- Timestamp:
- Aug 26, 2013 9:51:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c
r48035 r48051 217 217 uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs); 218 218 219 if ( pThis->hOwner == RTThreadNativeSelf()220 && cRefs == 1)219 if ( cRefs == 1 220 && pThis->hOwner == RTThreadNativeSelf()) 221 221 { 222 222 /*
Note:
See TracChangeset
for help on using the changeset viewer.