Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRWMutex.h164 typedef SmartRWMutex<false> RWMutex; typedef
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp222 class RWMutex class
225 RWMutex() { InitializeSRWLock(&m_Lock); } in RWMutex() function in D3D12MA::RWMutex