Changeset 50927 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
- Timestamp:
- Mar 31, 2014 10:34:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
r50629 r50927 1257 1257 ExAcquireFastMutex(&pContext->Mutex); 1258 1258 PVBOXVIDEOCM_ALLOC_REF pAllocRef = (PVBOXVIDEOCM_ALLOC_REF)vboxWddmHTableGet(&pContext->AllocTable, hSesionHandle); 1259 ASMAtomicIncU32(&pAllocRef->cRefs); 1259 if (pAllocRef) 1260 ASMAtomicIncU32(&pAllocRef->cRefs); 1260 1261 ExReleaseFastMutex(&pContext->Mutex); 1261 1262 return pAllocRef;
Note:
See TracChangeset
for help on using the changeset viewer.