- Timestamp:
- Nov 18, 2014 7:53:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r53341 r53343 1285 1285 /* Send notification to R3 if there is not one sent already. Do this 1286 1286 * only if the worker thread is not sleeping or might go sleeping. */ 1287 if ( ASMAtomicReadBool(&pThis->fWrkThreadSleeping))1287 if (!ASMAtomicXchgBool(&pThis->fNotificationSent, true)) 1288 1288 { 1289 if ( !ASMAtomicXchgBool(&pThis->fNotificationSent, true))1289 if (ASMAtomicReadBool(&pThis->fWrkThreadSleeping)) 1290 1290 { 1291 1291 #ifdef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.