Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMutex.h71 using SmartScopedLock = std::lock_guard<SmartMutex<mt_only>>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h145 SmartScopedLock(SmartMutex<mt_only>& m) : mtx(m) { in SmartScopedLock() function