Changeset 75881 in vbox
- Timestamp:
- Dec 2, 2018 7:03:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/shmem-posix.cpp
r75879 r75881 292 292 if (!pThis->aMappingDescs[i].cMappings) 293 293 { 294 pMappingDesc = &pThis->aMappingDescs[i]; 295 294 296 /* Try to grab this one. */ 295 297 if (ASMAtomicIncU32(&pMappingDesc->cMappings) == 1) … … 298 300 /* Somebody raced us, drop reference and continue. */ 299 301 ASMAtomicDecU32(&pMappingDesc->cMappings); 302 pMappingDesc = NULL; 300 303 } 301 304 }
Note:
See TracChangeset
for help on using the changeset viewer.