Home
last modified time | relevance | path

Searched defs:UnlockWrite (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2860 void UnlockWrite() { m_Mutex.unlock(); } in UnlockWrite() function
2877 void UnlockWrite() { ReleaseSRWLockExclusive(&m_Lock); } in UnlockWrite() function
2892 void UnlockWrite() { m_Mutex.Unlock(); } in UnlockWrite() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4126 void UnlockWrite() { m_Mutex.unlock(); } in UnlockWrite() function
4143 void UnlockWrite() { ReleaseSRWLockExclusive(&m_Lock); } in UnlockWrite() function
4158 void UnlockWrite() { m_Mutex.Unlock(); } in UnlockWrite() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp229 void UnlockWrite() { ReleaseSRWLockExclusive(&m_Lock); } in UnlockWrite() function in D3D12MA::RWMutex