Home
last modified time | relevance | path

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

/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