Searched defs:VmaMutexLockWrite (Results 1 – 3 of 3) sorted by relevance
3756 struct VmaMutexLockWrite struct3758 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument3763 ~VmaMutexLockWrite() { if(m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument
4020 struct VmaMutexLockWrite struct4022 VMA_CLASS_NO_COPY_NO_MOVE(VmaMutexLockWrite) in VMA_CLASS_NO_COPY_NO_MOVE() argument4029 ~VmaMutexLockWrite() { if (m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument
3934 struct VmaMutexLockWrite struct3936 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument3943 ~VmaMutexLockWrite() { if (m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument